/* Container Fix */
.iti { @apply w-full block; }

/* Dropdown styling for High-Trust Aesthetic */
.iti__country-list {
    @apply bg-base-100 border border-base-content/10 shadow-2xl rounded-box mt-2 !important;
    z-index: 100;
}

/* Ensure text is visible regardless of theme */
.iti__country-name, .iti__dial-code {
    @apply text-base-content font-medium !important;
}

.iti__highlight {
    @apply bg-primary text-primary-content !important;
}

/* Fix for MaryUI input heights with flags */
.iti--separate-dial-code input {
    padding-left: 95px !important;
}