/* RC4.1 — Growth Keys vs Kingdom Keys terminology lock */
.growth-vs-kingdom-note{
    margin:14px 0 18px;
    padding:14px 15px;
    border:1px solid rgba(59,66,54,.12);
    border-radius:16px;
    background:#f7f2e8;
    color:#3e493b;
}
.growth-vs-kingdom-note strong{
    display:block;
    margin-bottom:4px;
    font-size:.96rem;
    line-height:1.3;
    font-weight:900;
}
.growth-vs-kingdom-note span{
    display:block;
    font-size:.93rem;
    line-height:1.5;
}
html[data-contrast="high"] .growth-vs-kingdom-note{
    background:#fff!important;
    color:#111!important;
    border-color:#444!important;
}
