.password-capslock-hint {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin: 0.25rem 0 0.5rem;
    padding: 0;
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1.3;
    color: #b45309;
}

.password-capslock-hint[hidden] {
    display: none !important;
}

.password-capslock-hint .password-capslock-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.1rem;
    height: 1.1rem;
    border: 1.5px solid currentColor;
    border-radius: 0.2rem;
    font-size: 0.62rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
}

html[data-theme='dark'] .password-capslock-hint {
    color: #fbbf24;
}

body.auth-page .password-capslock-hint {
    width: 100%;
    max-width: 380px;
    margin: -0.15rem 0 0.35rem;
}

body.auth-page #container .sign-up form .password-capslock-hint {
    max-width: 100%;
}

.password-input-wrap.password-capslock-active input,
.profile-password-wrap.password-capslock-active input,
.auth-password-wrap.password-capslock-active input,
.password-field-wrap.password-capslock-active input {
    border-color: #d97706;
}

html[data-theme='dark'] .password-input-wrap.password-capslock-active input,
html[data-theme='dark'] .profile-password-wrap.password-capslock-active input,
html[data-theme='dark'] .auth-password-wrap.password-capslock-active input,
html[data-theme='dark'] .password-field-wrap.password-capslock-active input {
    border-color: #fbbf24;
}
