.select2-container--default .select2-selection--single {
    height: auto;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 0.5rem;
}

.select2-container--default .select2-selection--single:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 0.25rem rgba(102, 126, 234, 0.25);
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
    padding-left: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.select2-dropdown {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.select2-results__option {
    padding: 0.75rem 1rem;
}

.select2-results__option--highlighted {
    background-color: #667eea;
}
