.vehicle-native-select {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
  overflow: hidden !important;
}
.side-card.vehicle-selector-enhanced {
  overflow: visible !important;
  position: relative;
  z-index: 20;
}
.vc-modal .side-card.vehicle-selector-enhanced {
  z-index: auto;
}
.vehicle-combobox {
  position: relative;
  width: 100%;
  font-family: "Inter", sans-serif;
}
.vehicle-combobox-trigger {
  box-sizing: border-box;
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 15px;
  border: 1.5px solid #cbd7e8;
  border-radius: 12px;
  background: #fff;
  color: #172033;
  font:
    600 14px/1.2 "Inter",
    sans-serif;
  text-align: left;
  box-shadow: 0 1px 3px rgba(34, 91, 200, 0.04);
  cursor: pointer;
  transition: 0.16s;
}
.vehicle-combobox-trigger:hover {
  border-color: #2d67df;
  background: #fff;
}
.vehicle-combobox.is-open .vehicle-combobox-trigger {
  border-color: #2864df;
  box-shadow: 0 0 0 3px rgba(40, 100, 223, 0.13);
}
.vehicle-combobox.is-disabled .vehicle-combobox-trigger {
  border-color: #cbd7e8;
  background: #fff;
  color: #9aa7b8;
  box-shadow: 0 1px 3px rgba(34, 91, 200, 0.04);
  cursor: not-allowed;
}
.vehicle-combobox.is-disabled .vehicle-combobox-chevron {
  border-color: #9aa7b8;
}
.vehicle-combobox-value {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.vehicle-combobox-chevron {
  flex: 0 0 8px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2864df;
  border-bottom: 2px solid #2864df;
  transform: rotate(45deg) translateY(-2px);
  transition: 0.16s;
}
.vehicle-combobox.is-open .vehicle-combobox-chevron {
  transform: rotate(225deg) translate(-1px, -1px);
}
.vehicle-combobox-panel {
  box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: 950;
  top: calc(100% + 7px);
  left: 0;
  width: max(100%, 360px);
  max-width: min(540px, calc(100vw - 40px));
  padding: 10px;
  border: 1px solid #c9d8f3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 45, 82, 0.2);
}
.vehicle-combobox.is-open .vehicle-combobox-panel {
  display: block;
}
.vehicle-combobox-search-wrap {
  box-sizing: border-box;
  height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
  margin-bottom: 7px;
  border: 1.5px solid #a9c3f5;
  border-radius: 10px;
  background: #f9fbff;
  color: #2864df;
}
.vehicle-combobox-search {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #172033;
  font:
    500 14px/1.2 "Inter",
    sans-serif;
  box-shadow: none !important;
}
.vehicle-combobox-search::placeholder {
  color: #7d8da6;
}
.vehicle-combobox-search-icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #2864df;
}
.vehicle-combobox-list {
  max-height: 310px;
  overflow: auto;
  overscroll-behavior: contain;
  padding: 2px;
}
.vehicle-combobox-group {
  position: sticky;
  top: 0;
  z-index: 1;
  margin: 7px 0 4px;
  padding: 7px 10px;
  border-radius: 8px;
  background: #edf4ff;
  color: #245ccc;
  font-size: 11px;
  font-weight: 800;
}
.vehicle-combobox-option {
  box-sizing: border-box;
  width: 100%;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 11px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  color: #263449;
  text-align: left;
  cursor: pointer;
  transition: 0.13s;
}
.vehicle-combobox-option:hover {
  border-color: #b7ccf4;
  background: #f5f9ff;
  transform: translateX(2px);
}
.vehicle-combobox-option.is-selected {
  border-color: #e4a475;
  background: #fff7f1;
}
.vehicle-combobox-option-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.vehicle-combobox-option-copy strong {
  font-size: 14px;
  font-weight: 750;
  white-space: normal;
}
.vehicle-combobox-option-copy small {
  color: #687891;
  font-size: 11px;
  font-weight: 600;
}
.vehicle-combobox-power {
  flex: 0 0 auto;
  padding: 5px 8px;
  border-radius: 999px;
  background: #eaf2ff;
  color: #245ccc;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.vehicle-combobox-option.is-filtered-out,
.vehicle-combobox-option[hidden],
.vehicle-combobox-group[hidden] {
  display: none !important;
}
.vehicle-combobox-empty {
  display: none;
  padding: 20px 12px;
  color: #718096;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.vehicle-combobox-empty.is-visible {
  display: block;
}
.vc-modal .vehicle-combobox-panel {
  position: static;
  width: 100%;
  max-width: none;
  margin-top: 7px;
  padding: 9px;
  box-shadow: 0 10px 28px rgba(23, 45, 82, 0.13);
}
.vc-modal .vehicle-combobox-list {
  max-height: 220px;
}
.vc-modal .vehicle-combobox-option {
  min-height: 44px;
}
@media (max-width: 620px) {
  .vehicle-combobox-trigger {
    height: 47px;
  }
  .vehicle-combobox-panel {
    position: fixed;
    z-index: 990;
    left: 10px;
    right: 10px;
    top: auto;
    bottom: 10px;
    width: auto;
    max-width: none;
    padding: 12px;
    border-radius: 18px;
  }
  .vehicle-combobox-list {
    max-height: 45vh;
  }
  .vehicle-combobox-option {
    min-height: 54px;
  }
  .vehicle-combobox-power {
    white-space: normal;
    text-align: right;
  }
  .vc-modal .vehicle-combobox-panel {
    position: static;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: 6px;
    border-radius: 13px;
  }
  .vc-modal .vehicle-combobox-list {
    max-height: 210px;
  }
}

/* Shared selector typography for home, car pages and modal. */
.vehicle-combobox-trigger {
  font-size: 15px;
  font-weight: 500;
}
.vehicle-combobox-search {
  font-size: 15px;
  font-weight: 400;
}
.vehicle-combobox-group {
  font-size: 12px;
  font-weight: 650;
}
.vehicle-combobox-option-copy strong {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35;
}
.vehicle-combobox-option-copy small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.35;
}
.vehicle-combobox-power {
  font-size: 12px;
  font-weight: 600;
}
