/* Styles simples pour l'authentification OTP SWYDNA */

.otp-input {
    font-size: 1.2em;
    letter-spacing: 0.2em;
    text-align: center;
    font-weight: 500;
}

.phone-display {
    font-family: monospace;
    font-weight: bold;
}

.countdown-timer {
    font-size: 0.9em;
    color: #6c757d;
}

/* Style minimal pour le bouton de connexion par téléphone */
.btn-phone-login:hover {
    text-decoration: none;
}