/* eCom Anti-Fraud - Checkout OTP Styles */

/* OTP container - sits inside #billing_email_field */
.waf-otp {
    margin-top: 6px;
}
.waf-otp-row {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    min-height: 28px;
}
.waf-otp-label {
    font-size: 12px;
    color: #888;
}
.waf-otp-link {
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    color: #4f46e5 !important;
    cursor: pointer !important;
    text-decoration: underline !important;
    line-height: 1 !important;
    height: auto !important;
    min-height: 0 !important;
}
.waf-otp-link:hover {
    color: #3730a3 !important;
}
.waf-otp-link:disabled {
    opacity: .5 !important;
    cursor: wait !important;
}
.waf-otp-loading {
    font-size: 12px;
    color: #999;
}
.waf-otp-code {
    width: 90px !important;
    padding: 4px 8px !important;
    font-size: 14px !important;
    font-weight: 600;
    letter-spacing: 3px;
    text-align: center;
    border: 1px solid #ccc !important;
    border-radius: 3px !important;
    background: #fafafa;
    height: auto !important;
    min-height: 0 !important;
    line-height: 1.4 !important;
}
.waf-otp-code:focus {
    border-color: #4f46e5 !important;
    outline: none !important;
    background: #fff;
}
.waf-otp-sep {
    color: #ddd;
    font-size: 12px;
    user-select: none;
}
.waf-otp-timer {
    font-size: 11px;
    color: #aaa;
    font-variant-numeric: tabular-nums;
}
.waf-otp-done {
    gap: 4px;
}
.waf-otp-done span {
    font-size: 12px;
    color: #16a34a;
    font-weight: 500;
}
.waf-otp-msg {
    font-size: 11px;
    margin-top: 4px;
    line-height: 1.3;
}
.waf-msg-err { color: #dc2626; }
.waf-msg-ok { color: #16a34a; }

/* Registration form OTP wrapper */
.waf-otp-register-wrap {
    margin-bottom: 12px;
}
.waf-otp-register-wrap .waf-otp {
    padding: 8px 0;
}
