/* ── Select2: підгонка під стиль сайту apteka.g24.ua ── */

.select2-container {
  display: block !important;
  width: 100% !important;
}

.select2-selection--single {
  height: 47px !important;
  background-color: rgb(248, 251, 253) !important;
  border: 1px solid rgb(242, 242, 242) !important;
  border-radius: 6px !important;
  font-family: Ubuntu, sans-serif !important;
  font-size: 14px !important;
  color: rgb(0, 23, 31) !important;
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 40px 0 16px !important;
  position: relative !important;
  outline: none !important;
}

.select2-selection__rendered {
  flex: 1 !important;
  line-height: 21px !important;
  color: rgb(0, 23, 31) !important;
  padding: 0 !important;
  font-size: 14px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  display: block !important;
}

.select2-selection__placeholder {
  color: rgb(160, 174, 180) !important;
}

/* Кнопка × очищення */
.select2-selection__clear {
  position: absolute !important;
  right: 14px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  font-size: 18px !important;
  font-weight: normal !important;
  color: rgb(180, 190, 195) !important;
  background: none !important;
  border: none !important;
  cursor: pointer !important;
  line-height: 1 !important;
  padding: 0 !important;
  z-index: 1 !important;
}
.select2-selection__clear:hover { color: rgb(213, 56, 61) !important; }

/* Стрілка */
.select2-selection--clearable .select2-selection__arrow { display: none !important; }
.select2-selection:not(.select2-selection--clearable) .select2-selection__arrow {
  position: absolute !important;
  right: 12px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  display: flex !important;
}
.select2-selection__arrow b {
  border-color: rgb(120, 140, 150) transparent transparent !important;
  border-style: solid !important;
  border-width: 5px 4px 0 !important;
}

/* Активний стан */
.select2-container--open .select2-selection--single {
  border-color: rgb(213, 56, 61) !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent rgb(213, 56, 61) !important;
  border-width: 0 4px 5px !important;
}

/* Дропдаун */
.select2-dropdown {
  border: 1px solid rgb(213, 56, 61) !important;
  border-top: none !important;
  border-radius: 0 0 6px 6px !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08) !important;
  font-family: Ubuntu, sans-serif !important;
  z-index: 9999 !important;
}

.select2-search--dropdown { padding: 8px !important; }
.select2-search--dropdown .select2-search__field {
  border: 1px solid rgb(242, 242, 242) !important;
  border-radius: 4px !important;
  padding: 6px 10px !important;
  font-size: 14px !important;
  font-family: Ubuntu, sans-serif !important;
  outline: none !important;
  width: 100% !important;
  box-sizing: border-box !important;
}
.select2-search--dropdown .select2-search__field:focus {
  border-color: rgb(213, 56, 61) !important;
}

.select2-results__option {
  padding: 8px 16px !important;
  font-size: 14px !important;
  color: rgb(0, 23, 31) !important;
}

/* Highlighted опція */
.select2-results__option--highlighted[aria-selected="true"],
.select2-results__option--highlighted[aria-selected="false"],
.select2-results__option--highlighted {
  background-color: rgb(213, 56, 61) !important;
  color: #fff !important;
}

/* Вже обрана опція (не hovered) */
.select2-results__option[aria-selected="true"]:not(.select2-results__option--highlighted) {
  background-color: rgba(213, 56, 61, 0.08) !important;
  color: rgb(0, 23, 31) !important;
}
