.auth-captcha-row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.auth-captcha-img {
    height: 42px;
    width: 140px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f0f0f0;
    cursor: pointer;
    flex-shrink: 0;
}

.auth-captcha-refresh {
    height: 42px;
    width: 42px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #f0f0f0;
    color: #666;
    cursor: pointer;
    flex-shrink: 0;
}

.auth-captcha-input-wrap {
    flex: 1;
    min-height: 42px;
    margin-bottom: 0;
}

.auth-otp-timer {
    text-align: center;
    font-weight: 700;
    color: #2a5298;
    font-size: 18px;
    margin: 8px 0 14px;
    letter-spacing: 1px;
    direction: ltr;
}

.auth-otp-timer.is-expired {
    color: #b20009;
    font-size: 14px;
    letter-spacing: 0;
    direction: rtl;
}

.auth-resend-btn {
    width: 100%;
    margin-top: 10px;
    padding: 8px;
    background: transparent;
    border: none;
    color: #2a5298;
    font-weight: 600;
    cursor: pointer;
}

.auth-resend-btn:disabled {
    color: #888;
    cursor: not-allowed;
}

.auth-otp-info {
    text-align: center;
    color: #1e7e34;
    font-size: 13px;
    margin-top: 10px;
}
