.location-autocomplete-field{min-width:0}.location-autocomplete-wrap{position:relative}.location-autocomplete-wrap>input{width:100%}.location-autocomplete-hint{display:block;color:#737d7e;font-size:10px;line-height:1.4}.location-autocomplete-hint.is-error{color:#ebc98b}.location-suggestions{position:absolute;z-index:90;top:calc(100% + 4px);left:0;right:0;max-height:220px;overflow:auto;padding:4px 0;border:1px solid var(--accent-mint);border-radius:9px;background:#15191c;box-shadow:0 18px 35px rgba(0,0,0,.45)}.location-suggestions[hidden]{display:none!important}.location-suggestion{display:flex;width:100%;align-items:center;justify-content:space-between;gap:10px;padding:10px 11px;border:0;background:transparent;color:#f5f4f2;text-align:left;font:inherit;cursor:pointer}.location-suggestion small{color:#f5f4f2;font-size:10px}.postal-code-suggestion{justify-content:flex-start;text-align:left}.postal-code-suggestion>span{color:#f5f4f2;font-size:10px}.nationality-suggestion{justify-content:flex-start;text-align:left}.nationality-suggestion>span{color:#f5f4f2}.location-suggestion:hover,.location-suggestion:focus-visible{border-color:var(--accent-mint);background:rgba(105,244,208,.14);color:var(--accent-mint);box-shadow:none;outline:0}.location-suggestion:hover small,.location-suggestion:focus-visible small,.postal-code-suggestion:hover>span,.postal-code-suggestion:focus-visible>span,.nationality-suggestion:hover>span,.nationality-suggestion:focus-visible>span{color:var(--accent-mint-soft)}.location-autocomplete-wrap.google-ready>input{border-color:rgba(105,244,208,.55)}
.location-suggestions{max-height:min(42vh,420px);overflow-y:auto;overflow-x:hidden;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;scrollbar-width:thin;scrollbar-color:var(--accent-mint) #202326}
.location-suggestions::-webkit-scrollbar{width:8px}.location-suggestions::-webkit-scrollbar-track{background:#202326;border-radius:9px}.location-suggestions::-webkit-scrollbar-thumb{background:var(--accent-mint);border:2px solid #202326;border-radius:9px}
