.select2-container { width: 100% !important; }
.select2-container--default .select2-selection--single, .select2-container--default .select2-selection--multiple { min-height: 42px; border: 1px solid var(--border-color, #d1d5db); border-radius: .5rem; background: var(--bg-card, #fff); color: var(--text-primary, #111827); }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding-left: .75rem; color: var(--text-primary, #111827); line-height: 40px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { height: 40px; }
.select2-dropdown { border-color: var(--border-color, #d1d5db); background: var(--bg-card, #fff); color: var(--text-primary, #111827); }
.select2-container--default .select2-search--dropdown .select2-search__field { border-color: var(--border-color, #d1d5db); border-radius: .375rem; background: var(--bg-card, #fff); color: var(--text-primary, #111827); }
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable { background: #005594; }
.select2-container--default .select2-results__option--selected { background: var(--bg-sidebar-hover, #fef9e7); color: var(--text-primary, #111827); }
.select2-container--default.select2-container--focus .select2-selection--single { border-color: #d08700; box-shadow: 0 0 0 3px rgba(208,135,0,.12); }
