/* Select2 Custom Styling */
.select2-container--default .select2-selection--single {
    height: 40px !important;
    border: 1px solid #ccd0d4 !important;
    border-radius: 4px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important;
    padding-left: 12px !important;
    color: #32373c !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccd0d4 !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    font-size: 14px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #0073aa !important;
}

.select2-dropdown {
    border: 1px solid #ccd0d4 !important;
    border-radius: 4px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #757575 !important;
}

/* Ensure Select2 works well with our form styling */
.ai-cio-country-multiselect .select2-container {
    margin-bottom: 10px;
}