.vof-destination-select { position: relative; min-width: 0; width: 100%; }
.vof-home .vof-hotel-search__fields > .vof-destination-select { max-width: none; margin: 0 !important; }
.vof-destination-select > label { display: block; margin: 0; color: inherit; font: inherit; }
.vof-destination-select [hidden] { display: none !important; }
.vof-destination-select input[role="combobox"] { width: 100%; min-width: 0; text-overflow: ellipsis; }
.vof-destination-results { position: absolute; top: 100%; left: 0; z-index: 70; width: max(100%, 280px); max-width: min(90vw, 440px); max-height: 300px; overflow-y: auto; margin: 4px 0 0; padding: 6px; list-style: none; border: 1px solid #cbd8df; border-radius: 12px; background: #fff; box-shadow: 0 10px 28px rgba(15, 41, 57, .16); }
.vof-destination-results [role="option"] { padding: 12px; min-height: 44px; cursor: pointer; color: #183747; font-size: 16px; font-weight: 400; line-height: 1.4; overflow-wrap: anywhere; border-radius: 7px; }
.vof-destination-results [role="option"]:hover, .vof-destination-results [aria-selected="true"] { background: #e7f5f3; color: #12554f; }
.vof-destination-special { display: inline-block; margin-left: 8px; padding: 3px 7px; border-radius: 5px; color: #18584f; background: #def3e9; font-size: 11px; font-weight: 700; vertical-align: middle; white-space: nowrap; }
.vof-destination-select [data-destination-status]:empty { display: none; }
.vof-destination-select [data-destination-status] { font-size: 12px; line-height: 1.4; font-weight: 400; }
@media (max-width: 600px) { .vof-destination-results { width: 100%; max-width: 100%; } }
