/* Falcon checkout / address forms — select2 & readonly field contrast fix */

/* Select2 dropdown is appended to body, so rules must not be scoped to .address-form only */
.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection--single .select2-selection__rendered,
.select2-container .select2-selection__rendered,
.select2-selection__rendered .select2-option {
    color: #212529 !important;
}

.select2-results__option,
.select2-results__option .select2-option {
    color: #212529 !important;
}

.select2-results__option--highlighted,
.select2-results__option--highlighted .select2-option {
    color: #fff !important;
    background-color: #0d6efd !important;
}

.select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted),
.select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) .select2-option {
    color: #212529 !important;
}

.select2-selection__placeholder {
    color: #6c757d !important;
}

.select2-search__field {
    color: #212529 !important;
}

/* Readonly email / disabled-looking inputs on checkout */
.address-form input[readonly].form-control,
.address-form input[readonly].bg-light,
.address-form .form-control.bg-light {
    color: #212529 !important;
    background-color: #e9ecef !important;
    -webkit-text-fill-color: #212529;
}

/* Havale / EFT banka bilgileri */
.falcon-payment-info {
    color: #212529 !important;
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 0.75rem 1rem;
    margin-top: 0.5rem;
}

.falcon-payment-info p {
    margin-bottom: 0.35rem;
    color: #212529 !important;
}
