html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip;
  }
}

.car-configurator,
.vehicle-selector-panel,
.desktop-vehicle-picker,
.search-select-control,
.search-select-options {
  max-width: 100%;
}

.desktop-vehicle-picker,
.desktop-picker-head,
.desktop-picker-head > div,
.search-select-control {
  min-width: 0;
}

.search-select-options {
  overflow-x: hidden;
}

.search-select-options button {
  overflow-wrap: anywhere;
}

.search-select input::-webkit-search-cancel-button,
.search-select input::-webkit-search-decoration {
  display: none;
  -webkit-appearance: none;
  appearance: none;
}

@media (max-width: 760px) {
  .search-select.search-select input {
    font-size: 16px;
  }
}
