/* Select2 RTL overrides */
.select2-container--default .select2-selection--single {
  height: 42px;
  border: 1px solid var(--border, #e5e7eb);
  border-radius: 8px;
  padding: 6px 12px;
  font-family: 'Peyda', system-ui, sans-serif;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px;
  padding-right: 8px;
  padding-left: 28px;
  color: var(--text, #1a1a2e);
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
  left: 8px;
  right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--primary, #e31e24);
}

.select2-dropdown {
  border-color: var(--border, #e5e7eb);
  border-radius: 8px;
  font-family: 'Peyda', system-ui, sans-serif;
  z-index: 9999;
}

.select2-search--dropdown .select2-search__field {
  border-radius: 6px;
  padding: 8px;
  font-family: inherit;
}

.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--primary, #e31e24);
}

.admin-form .select2-container,
.search-filters .select2-container {
  margin-bottom: 0;
}

.select2-container--open .select2-dropdown {
  z-index: 10050;
}

.spec-input-row .select2-container {
  flex: 1;
  min-width: 0;
}
