/* CheParts Cars: opaque, accessible dropdown in mobile webviews */
[data-slot="select-content"] {
  z-index: 1000 !important;
  background: #101e30 !important;
  color: #f4f8ff !important;
  border: 1px solid #41708b !important;
  border-radius: 10px !important;
  box-shadow: 0 18px 48px rgba(0,0,0,.65) !important;
  opacity: 1 !important;
  isolation: isolate;
  max-width: calc(100vw - 32px);
}
[data-slot="select-content"] [data-radix-select-viewport] {
  padding: 6px !important;
  background: #101e30 !important;
}
[data-slot="select-item"] {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 48px;
  padding: 12px 38px 12px 12px !important;
  margin: 0 !important;
  border: 0;
  border-radius: 6px;
  color: #eef7ff;
  font-size: 16px !important;
  line-height: 1.45 !important;
  white-space: normal;
  overflow-wrap: anywhere;
  outline: none;
}
[data-slot="select-item"][data-highlighted] {background: #1c435b !important;color: #fff !important;}
[data-slot="select-item"][data-state="checked"] {background: #15364b;color: #81e8ff;}
[data-slot="select-item-indicator"] {position:absolute;right:12px;top:50%;transform:translateY(-50%);display:flex;align-items:center;}
[data-slot="select-item-indicator"] svg {width:18px;height:18px;}
[data-slot="select-scroll-up-button"], [data-slot="select-scroll-down-button"] {background:#101e30;color:#81e8ff;min-height:28px;}
