/* Единый стиль SMS OTP (логин, order-result, лист ожидания) */

.otp-auth-lead {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0.75rem;
    text-align: center;
}

.otp-auth-form {
    max-width: 320px;
    margin: 0 auto;
    text-align: center;
}

.otp-auth-form .form-group {
    text-align: left;
    margin-bottom: 0.75rem;
}

.otp-auth-form .form-check {
    text-align: left;
}

/* Поле кода: как на /order-result */
.otp-auth-form .form-control.otp-auth-code,
.otp-auth-form input.otp-auth-code {
    text-align: center;
    letter-spacing: 0.35em;
    font-size: 1.25rem;
    font-weight: 700;
}

.otp-auth-meta {
    font-size: 0.875rem;
    color: #6c757d;
    margin-bottom: 0.5rem;
}

.otp-auth-meta .otp-link-btn,
.otp-link-btn {
    border: none;
    background: none;
    padding: 0;
    color: #0f6a8a;
    text-decoration: underline;
    font-size: inherit;
    line-height: inherit;
    vertical-align: baseline;
}

.otp-link-btn:disabled {
    color: #6c757d;
    text-decoration: none;
    cursor: default;
}

/* Модалка логина: без тяжёлого заголовка */
.otp-auth-modal .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.otp-auth-modal .modal-title {
    font-weight: 400;
    font-size: 1rem;
    color: #333;
}

.otp-auth-modal .modal-body {
    padding-top: 0.5rem;
}

.stock-alert-success {
    text-align: center;
    padding: 10px 4px;
}

.stock-alert-success-title {
    font-size: 1rem;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
}

.stock-alert-success-text {
    color: #6c757d;
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 16px;
}
