.select2-container {
    font-family: inherit;
}

.select2-container--default .select2-selection--single {
    height: auto;
    min-height: 45px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 28px;
    padding-left: 0;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
    right: 5px;
}

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

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

.select2-results {
    max-height: none;
    overflow-y: visible;
}

.select2-results__options {
    max-height: 300px;
    overflow-y: auto;
}

.select2-results__option {
    padding: 10px 15px;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f0f0f0;
    color: #333;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #e8e8e8;
}

.select2-container--default .select2-results__option--highlighted[aria-selected]:hover {
    background-color: #e0e0e0;
}

.select2-container--default.select2-container--focus .select2-selection--single {
    border-color: #0073aa;
    outline: none;
}
