[data-vat-form="search"]{position:relative;overflow:visible}
.search-suggestions{position:absolute;top:calc(100% + 4px);left:-1px;right:-1px;z-index:100;background:#fff;border:1px solid #d5dbe4;border-radius:4px;box-shadow:0 7px 18px #23344a26;max-height:min(540px,65vh);max-height:min(540px,65dvh);overflow-y:auto;overscroll-behavior:contain;text-align:left}
.suggestion-heading{padding:7px 12px;background:#eff1f4;color:#505968;font-size:12px;line-height:1.4;font-weight:600}
.search-suggestion{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:44px;padding:10px 12px;border-bottom:1px solid #e5e8ed;font-size:13px;font-weight:400;line-height:1.4;color:#5d6572;cursor:pointer}
.search-suggestion:last-child{border-bottom:0}
.search-suggestion>span{min-width:0;overflow-wrap:anywhere}
.search-suggestion mark{color:#527acb;font-weight:700;background:transparent}
.search-suggestion small{display:block;font-size:11px;line-height:1.5;color:#737d8d;margin-top:2px}
.search-suggestion>svg{width:17px;height:17px;flex-shrink:0;color:#84909e}
.search-suggestion:hover,.search-suggestion[aria-selected=true]{background:#edf3ff}
.header:has(.search-suggestions){position:relative;z-index:110}
@media(max-width:650px){
 .header-search[data-vat-form="search"]{position:relative}
 .search-suggestions{max-height:60vh;max-height:60dvh}
 .search-suggestion{padding:10px;min-height:44px}
}
