/* Custom overrides for intl-tel-input */
.iti {
    width: 100%;
    display: block;
}

.iti__country-list {
    background-color: white !important;
    color: #1f2937 !important;
    border-radius: 1rem !important;
    margin-top: 0.5rem !important;
    border: 1px solid #f3f4f6 !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1) !important;
    z-index: 100 !important;
}

/* Dark Mode Support */
.dark .iti__country-list,
.dark .iti__dropdown-content {
    background-color: #111827 !important;
    color: #f3f4f6 !important;
    border-color: #374151 !important;
}

.dark .iti__search-input {
    background-color: #1f2937 !important;
    color: white !important;
    border-color: #374151 !important;
}

.dark .iti__country:hover,
.dark .iti__country.iti__highlight {
    background-color: #1f2937 !important;
}

.dark .iti__divider {
    border-bottom-color: #374151 !important;
}

.dark .iti__country-name,
.dark .iti__dial-code {
    color: #f3f4f6 !important;
}

.iti__flag-container {
    padding: 2px !important;
}