.auth-sms-error{
margin-top:20px;
}


/* Стили для reCAPTCHA */
.auth-sms-recaptcha-wrapper {
    margin: 15px 0;
    position: relative;
}

.auth-sms-recaptcha-container {
    min-height: 78px;
    display: flex;
    justify-content: center;
    transform: scale(0.95);
    transform-origin: 0 0;
}

/* Ссылки под reCAPTCHA */
.auth-sms-recaptcha-links {
    margin-top: 8px;
    text-align: center;
    font-size: 11px;
    line-height: 1.4;
}

.auth-sms-recaptcha-links a {
    color: #666;
    text-decoration: none;
    font-size: 11px;
}

.auth-sms-recaptcha-links a:hover {
    text-decoration: underline;
    color: #333;
}

.auth-sms-recaptcha-links small {
    display: block;
    margin-bottom: 3px;
}

.auth-sms-recaptcha-notice {
    color: #666;
    font-size: 10px;
    margin-top: 3px;
    line-height: 1.2;
}

/* Исправляем z-index для reCAPTCHA */
.grecaptcha-badge,
.grecaptcha-logo {
    z-index: 10000 !important;
}

iframe[title="recaptcha challenge"],
body > div[style*="recaptcha"],
body > div[class*="grecaptcha"],
body > div[class*="rc-"] {
    z-index: 10001 !important;
    position: fixed !important;
}

/* Для модального окна */
#modal-authorization.modal {
    z-index: 9999;
}

#modal-authorization .modal__wrap {
    z-index: 10000;
    position: relative;
}

/* Остальные стили компонента */
.auth-sms-step {
    transition: opacity 0.3s ease;
}

.auth-sms-descr {
    margin-bottom: 20px;
    color: #666;
    text-align: center;
}

.auth-sms-timer {
    text-align: center;
    margin: 15px 0;
    color: #666;
}

.auth-sms-error {
    color: #ff0000;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    text-align: center;
}

.btn-silver {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    width: 100%;
    margin-top: 10px;
}

.btn-silver:hover {
    background: #e8e8e8;
}

.loading {
    opacity: 0.7;
    pointer-events: none;
}





/* Стили для компонента авторизации по SMS */

.auth-sms-resend-btn {
    background: none !important;
    border: none !important;
    color: #666 !important;
    cursor: pointer !important;
    padding: 0 !important;
    font-size: 14px !important;
    text-decoration: underline !important;
    display: inline-block !important;
    margin: 0 !important;
}

