/* My Kingdom Keys RC5.3 — production polish */

.king-language-note{
    margin:12px 0 18px;
    padding:15px 16px;
    border-radius:18px;
    background:#f6f0e4;
    border:1px solid rgba(60,66,55,.10);
}
.king-language-note>span{
    display:block;
    margin-bottom:5px;
    font-size:.84rem;
    line-height:1.35;
    letter-spacing:.08em;
    font-weight:950;
    color:#756b59;
}
.king-language-note p{
    margin:0;
    font-size:.96rem;
    line-height:1.58;
    color:#4f574d;
}
.king-language-note strong{color:#303a2e}

.account-card{
    margin-top:22px;
}
.account-card h2{
    margin-bottom:3px;
}
.account-card>p{
    overflow-wrap:anywhere;
}
.logout-form{
    margin-top:15px;
}
.logout-button{
    width:100%;
    min-height:48px;
    border:1px solid rgba(111,55,45,.24);
    border-radius:14px;
    background:#fff8f4;
    color:#7d3f35;
    font-size:1rem;
    font-weight:900;
    cursor:pointer;
}
.logout-button:focus-visible{
    outline:3px solid currentColor;
    outline-offset:2px;
}
.auth-form label small{
    display:block;
    margin-top:5px;
    font-size:.88rem;
    line-height:1.4;
    opacity:.85;
}
html[data-contrast="high"] .king-language-note,
html[data-contrast="high"] .logout-button{
    background:#fff!important;
    color:#111!important;
    border-color:#333!important;
}
