/* select2-bootstrap-5-theme – minimal Bootstrap 5 integration */
.select2-container--bootstrap-5 .select2-selection{border:1px solid #dee2e6;border-radius:.375rem;background-color:#fff;padding:.375rem .75rem;font-size:1rem;line-height:1.5;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.select2-container--bootstrap-5 .select2-selection--single{height:calc(1.5em + .75rem + 2px)}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered{padding:0;line-height:1.5;color:#212529}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow{height:100%;top:0;right:.75rem}
.select2-container--bootstrap-5.select2-container--focus .select2-selection,.select2-container--bootstrap-5.select2-container--open .select2-selection{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.select2-container--bootstrap-5 .select2-dropdown{border:1px solid #dee2e6;border-radius:.375rem;box-shadow:0 .5rem 1rem rgba(0,0,0,.15)}
.select2-container--bootstrap-5 .select2-results__option{padding:.375rem .75rem;font-size:1rem;color:#212529}
.select2-container--bootstrap-5 .select2-results__option--highlighted{background-color:#0d6efd;color:#fff}
.select2-container--bootstrap-5 .select2-results__option[aria-selected=true]{background-color:#e9ecef;color:#212529}
.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field{border:1px solid #dee2e6;border-radius:.25rem;padding:.375rem .75rem;font-size:1rem}
.select2-container--bootstrap-5 .select2-search--dropdown .select2-search__field:focus{border-color:#86b7fe;outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.select2-container--bootstrap-5 .select2-selection--multiple{min-height:calc(1.5em + .75rem + 2px);padding:.1875rem .375rem}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice{background-color:#0d6efd;color:#fff;border:none;border-radius:.25rem;padding:.25em .5em;margin:.1875rem}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove{color:rgba(255,255,255,.75);margin-right:.25rem}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover{color:#fff}
/* RTL support */
[dir=rtl] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__arrow{right:auto;left:.75rem}
[dir=rtl] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice{margin:.1875rem 0 .1875rem .375rem}
