.quick-search select.guest-native-select { display: none !important; }
.quick-search .guest-select-button {
  display: block; width: 100%; min-width: 0; min-height: 38px;
  box-sizing: border-box; padding: 9px 24px 9px 10px; position: relative;
  border: 1px solid #cfc5b1; border-radius: 7px; background: #fff;
  color: #303848; text-align: left; font: inherit; font-size: 14px;
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.quick-search .guest-select-button::after { content: "⌄"; position: absolute; right: 8px; }
.quick-search .guest-select-button:disabled { opacity: .5; }
.guest-select-menu {
  position: fixed; z-index: 30000; box-sizing: border-box; overflow-y: auto;
  overscroll-behavior: contain; touch-action: pan-y; -webkit-overflow-scrolling: touch;
  border: 1px solid #cfc5b1; border-radius: 8px; background: white;
  box-shadow: 0 5px 16px #18233226;
}
.guest-select-menu > button {
  display: block; width: 100%; min-height: 40px; padding: 10px;
  border: 0; border-bottom: 1px solid #eee; background: white;
  color: #303848; font-size: 14px; text-align: left; overflow-wrap: anywhere;
}
.guest-select-menu > button[aria-selected="true"], .guest-select-menu > button:focus-visible {
  background: #fff4d9; color: #855813; outline: 2px solid #c7a761; outline-offset: -2px;
}
