/* Search suggestions remain legible over both still and moving hero artwork. */
.hero-search.has-address-suggestions{position:relative;z-index:12;overflow:visible}
.home-suggest{position:absolute;left:0;right:0;top:calc(100% + 9px);border:1px solid #e3e7ee;border-radius:12px;background:#fff;color:#0B1230;box-shadow:0 18px 46px #03091b33;overflow:hidden;text-align:left}
.home-suggest[hidden]{display:none}
.home-suggest-list{max-height:min(380px,50vh);overflow:auto;overscroll-behavior:contain}
.home-suggest-option{display:flex;gap:11px;align-items:center;padding:12px 14px;cursor:pointer;border-bottom:1px solid #eef0f5}
.home-suggest-option:last-child{border-bottom:0}
.home-suggest-option:hover,.home-suggest-option[aria-selected=true]{background:#fff3ec;box-shadow:inset 3px 0 #D6500A}
.home-suggest-icon{width:29px;height:34px;display:grid;place-items:center;flex-shrink:0;color:#D6500A}
.home-suggest-icon svg{width:20px;height:20px;color:inherit}
.home-suggest-copy{display:flex;flex-direction:column;gap:4px;min-width:0;flex:1}
.home-suggest-copy strong{font-size:13px;font-weight:650;line-height:1.35;color:#0B1230}
.home-suggest-copy>span{font-size:11px;line-height:1.4;color:#66728a;overflow-wrap:anywhere}
.home-suggest-kind{flex-shrink:0;font-size:9px;font-weight:600;color:#657089;background:#f0f2f7;border-radius:4px;padding:4px 5px}
.home-suggest-note{margin:0;padding:10px 15px;border-top:1px solid #e9edf3;background:#fafbfd;color:#66728a;font-size:10px;line-height:1.5}
@media(max-width:480px){.home-suggest-option{gap:7px;padding:11px 10px}.home-suggest-copy strong{font-size:12px}.home-suggest-copy>span{font-size:10px}.home-suggest-kind{font-size:8px}.home-suggest-icon{width:24px}.home-suggest-list{max-height:40vh}}
