/* Select2 Dropdown Fixes for Fancy Forms */
body[data-fancy-form-rcs="1"] .checkout .select2-container .select2-selection--single .select2-selection__rendered {
    padding: 12px 16px !important;
    color: #000 !important;
}

body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single,
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover {
    background-color: #FAFAFA !important;
}
