/* Mobile Optimization CSS */

/* Prevent zoom on input focus (iOS Safari fix) */
@media screen and (max-width: 768px) {
    input, select, textarea {
        font-size: 16px !important;
    }
    
    /* Ensure proper touch target size */
    button, a, input, select, textarea {
        min-height: 44px;
    }
}

/* OTP Input Autocomplete Styling */
input[autocomplete="one-time-code"] {
    letter-spacing: 0.5em;
    text-align: center;
    font-weight: 600;
}
