/* OTP-SPECIFIC ONLY (layout-safe) */

.otp-input {
    text-align: center;
    letter-spacing: 6px;
    font-size: 1.1rem;
}

.otp-timer {
    text-align: center;
    font-size: 0.85rem;
    color: var(--text-muted);
    margin: 18px 0 26px;
}

.otp-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    font-size: 0.85rem;
}

.otp-actions button {
    background: none;
    border: none;
    color: var(--primary);
    cursor: pointer;
    padding: 0;
    font-weight: 500;
}

.otp-actions button:hover {
    text-decoration: underline;
}

.try-another-way {
    margin-top: 14px;
    /* text-align: center; */
    font-size: 0.8rem;
}

.try-another-way button {
    background: none;
    border: none;
    /* color: var(--text-muted); */
    color: var(--primary);
    cursor: pointer;
    padding: 0;
}

.try-another-way button:hover {
    text-decoration: underline;
}