.sa-otp-tabs-wrapper {
    margin-bottom: 24px;
}

.sa-otp-tab-buttons {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #ddd;
}

.sa-otp-tab-btn {
    background: none;
    border: none;
    padding: 10px 14px;
    font-size: 14px;
    font-weight: 600;
    color: #777;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.sa-otp-tab-btn.active {
    color: #1a1a1a;
    border-bottom-color: #1a1a1a;
}

.sa-otp-tab-panel {
    display: none;
}

.sa-otp-tab-panel.active {
    display: block;
}

.sa-otp-phone-row {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sa-otp-country-code {
    padding: 8px 10px;
    background: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    color: #555;
}

.sa-otp-step input[type="tel"] {
    width: 100%;
    max-width: 220px;
}

.sa-otp-btn {
    margin-top: 8px;
}

.sa-otp-resend-link {
    background: none;
    border: none;
    color: #555;
    font-size: 13px;
    cursor: pointer;
    padding: 6px 0;
    text-decoration: underline;
}

.sa-otp-resend-link:disabled {
    color: #aaa;
    cursor: default;
    text-decoration: none;
}

.sa-otp-message {
    font-size: 13px;
    min-height: 18px;
    color: #444;
}

/* Honeypot field — hidden from sighted users, but left in the tab order
   and DOM for bots that don't render CSS to still find and fill in. */
.sa-otp-hp-wrap {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
