/* Yandex SmartCaptcha / Turnstile на странице входа ЛК */
.lk-auth-captcha-wrap {
    margin-bottom: 0.9rem;
}

.lk-auth-captcha-label {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 0.4rem;
}

.lk-auth-captcha-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(145deg, #f8fafc 0%, #eef2ff 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.lk-auth-captcha-box[data-state="error"] {
    border-color: #fecaca;
    background: linear-gradient(145deg, #fff5f5 0%, #fef2f2 100%);
}

.lk-auth-captcha-slot {
    min-height: 100px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.lk-auth-captcha-fallback {
    margin: 0.45rem 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #64748b;
    text-align: center;
}

.lk-auth-captcha-fallback[hidden] {
    display: none;
}

.lk-auth-captcha-fallback.is-visible {
    display: block;
    color: #b45309;
}

.lk-auth-captcha-wrap .error--inline {
    margin-top: 0.45rem;
    margin-bottom: 0;
    font-size: 0.8rem;
    padding: 0.45rem 0.65rem;
}
