/*
 * Compiled stylesheet: home_register.css
 * Shared by views:
 *   - app/Views/front/home/register.php
 */

/* Ensure the intl-tel-input dropdown doesn't overflow on mobile */
    @media (max-width: 640px) {
        .iti__country-list {
            white-space: normal;
            width: 260px;
        }
        .iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
            background-color: transparent;
        }
    }
    /* Improve touch targets for buttons */
    button, 
    .captcha-refresh-btn,
    [type="button"] {
        touch-action: manipulation;
    }
    /* Ensure form inputs don't zoom on focus in iOS */
    input, select, textarea {
        font-size: 16px !important;
    }
    /* Fix spacing for referral meta box on small screens */
    .bg-green-50 {
        word-break: break-word;
    }