/* Ensure Select2 matches your theme layout */

.select2-container--default .select2-selection--single {
    height: 50px;
    border: 1px solid #ebebeb;
    padding: 10px 15px;
    font-family: 'Roboto Slab';
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
    color: #222;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 50px;
    right: 10px;
}

.select2-container--open .select2-dropdown {
    background: #ffffff;
    border: 1px solid #ccc;
}

.select2-results__option {
    color: #000 !important;
    background: #fff !important;
}

.select2-results__option--highlighted {
    background: #c84d2b !important;
    color: #fff !important;
}
