/* Minimal Select2-like styles to enable searchable selects offline */
.select2-container { position: relative; display: inline-block; width: 100%; }
.select2-selection { border: 1px solid #ced4da; border-radius: 0.375rem; padding: 6px 12px; background: #fff; cursor: pointer; min-height: 38px; display: flex; align-items: center; justify-content: space-between; }
.select2-selection__placeholder { color: #6c757d; }
.select2-clear { color: #6c757d; text-decoration: none; margin-left: 8px; display: inline-flex; align-items: center; }
.select2-dropdown { position: absolute; z-index: 9999; background: #fff; border: 1px solid #ced4da; border-radius: 0.375rem; margin-top: 2px; width: 100%; box-shadow: 0 2px 12px rgba(0,0,0,0.08); }
.select2-search { padding: 6px; border-bottom: 1px solid #eee; }
.select2-search__field { width: 100%; padding: 6px 10px; border: 1px solid #ced4da; border-radius: 0.375rem; }
.select2-results { max-height: 240px; overflow-y: auto; }
.select2-results__option { padding: 8px 12px; cursor: pointer; }
.select2-results__option:hover, .select2-results__option[aria-selected="true"] { background-color: #f1f3f5; }
.select2-hidden { display: none !important; }
