.hero form{position:relative}
.hero form .search-suggestions{position:relative;z-index:30;display:block;left:auto;right:auto;margin-top:.65rem;padding:.45rem;background:#fff;border:1px solid rgba(9,45,48,.16);border-radius:18px;box-shadow:0 20px 45px rgba(1,24,26,.22);max-height:min(430px,50vh);overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}
.search-suggestions[hidden]{display:none}
.search-suggestions a{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:.8rem 1rem;color:#092d30;text-decoration:none;border-radius:12px}
.search-suggestions a:hover,.search-suggestions a[aria-selected="true"]{background:#e8f7f5}
.search-suggestions span{min-width:0;font-weight:800;line-height:1.25;overflow-wrap:anywhere}
.search-suggestions small{flex:0 1 42%;max-width:42%;color:#527074;font-size:.72rem;line-height:1.4;text-align:right;overflow-wrap:anywhere}
@media(max-width:680px){.hero form .search-suggestions{max-height:55vh}.search-suggestions a{display:block}.search-suggestions small{display:block;max-width:none;margin-top:.25rem;text-align:left}}
#search-suggestions:empty{display:none!important}