body.modal-open .select2-container--open {
    z-index: 10060 !important;
}

body.modal-open .select2-dropdown {
    z-index: 10060 !important;
}

.jw-modal-select2-container,
.jw-apply-modal-wrap .select2-container {
    width: 100% !important;
    display: block;
}

.jw-modal-select2-container.select2-container--default .select2-selection--single,
.jw-apply-modal-wrap .select2-container--default .select2-selection--single {
    height: 48px !important;
    min-height: 48px !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 8px !important;
    background: #fff !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    box-sizing: border-box;
}

.jw-modal-select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
.jw-apply-modal-wrap .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 46px !important;
    height: 46px !important;
    padding: 0 32px 0 12px !important;
    margin: 0 !important;
    color: #374151 !important;
    font-size: 14px !important;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
}

.jw-modal-select2-container.select2-container--default .select2-selection--single .select2-selection__placeholder,
.jw-apply-modal-wrap .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #9ca3af !important;
    line-height: 46px !important;
}

.jw-modal-select2-container.select2-container--default .select2-selection--single .select2-selection__arrow,
.jw-apply-modal-wrap .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px !important;
    top: 1px !important;
    right: 8px !important;
}

.jw-modal-select2-container.select2-container--focus .select2-selection--single,
.jw-modal-select2-container.select2-container--open .select2-selection--single,
.jw-apply-modal-wrap .select2-container--default.select2-container--focus .select2-selection--single,
.jw-apply-modal-wrap .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #2563eb !important;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1) !important;
}

.jw-modal-select2-dropdown {
    z-index: 10070 !important;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.jw-modal-select2-dropdown .select2-search--dropdown .select2-search__field {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 8px 10px;
    font-size: 14px;
}

.jw-modal-select2-dropdown .select2-results__option {
    padding: 8px 12px;
    font-size: 14px;
}

.jw-modal-select2-dropdown .select2-results__option--highlighted[aria-selected] {
    background: #2563eb !important;
}

/* iOS Safari: 16px prevents zoom on focus (matches jw-mobile-form-fix.css) */
@media screen and (max-width: 991.98px) {
    .jw-modal-select2-container.select2-container--default .select2-selection--single .select2-selection__rendered,
    .jw-apply-modal-wrap .select2-container--default .select2-selection--single .select2-selection__rendered,
    .jw-modal-select2-dropdown .select2-search--dropdown .select2-search__field,
    .jw-modal-select2-dropdown .select2-results__option {
        font-size: 16px !important;
    }
}
