/* Shared search and address suggestions; the existing form remains the anchor. */
.hbot-autocomplete-static{position:relative}
.hbot-autocomplete-open{z-index:90}
.hbot-autocomplete-list{
  position:absolute;
  inset:calc(100% + 8px) 0 auto;
  z-index:100;
  display:block;
  width:auto;
  max-height:min(360px,48vh);
  max-height:min(360px,48dvh);
  margin:0;
  padding:6px;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  list-style:none;
  border:1px solid #bed1d3;
  border-radius:7px;
  background:#fff;
  color:#083b4c;
  box-shadow:0 12px 30px #073f4b1f,0 2px 6px #073f4b0d;
  font-family:'Public Sans',Arial,sans-serif;
  font-size:14px;
  line-height:1.45;
  text-align:left;
}
.hbot-autocomplete-list[hidden]{display:none!important}
.hbot-autocomplete-list [role=option]{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:48px;
  margin:0;
  padding:10px 12px;
  border:0;
  border-radius:4px;
  background:transparent;
  color:inherit;
  cursor:pointer;
  scroll-margin:6px;
}
.hbot-autocomplete-list [role=option]+[role=option]{border-top:1px solid #edf2f1}
.hbot-autocomplete-list [role=option][aria-selected=true]{background:#eaf3f0;color:#063e49}
.hbot-autocomplete-label{min-width:0;overflow-wrap:anywhere}
.hbot-autocomplete-type{flex:none;color:#496a73;font-size:11px;line-height:1.5;font-weight:400}
.hbot-autocomplete-status{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  padding:0!important;
  margin:-1px!important;
  overflow:hidden!important;
  clip:rect(0,0,0,0)!important;
  white-space:nowrap!important;
  border:0!important;
}
@media(max-width:560px){
  .hbot-autocomplete-list{font-size:14px;padding:4px;max-height:40vh;max-height:40dvh}
  .hbot-autocomplete-list [role=option]{gap:8px;padding:11px 10px;min-height:48px}
  .hbot-autocomplete-type{font-size:10px}
}
@media(forced-colors:active){
  .hbot-autocomplete-list{border:1px solid CanvasText}
  .hbot-autocomplete-list [role=option][aria-selected=true]{outline:2px solid Highlight;outline-offset:-2px}
}
/* Keep the home suggestions above the next section without altering hero layout. */
.hero:has(.hbot-autocomplete-open){z-index:10}

.hbot-autocomplete-attribution{padding:9px 12px 5px;border-top:1px solid #edf2f1;color:#496a73;font-size:10px;line-height:1.5}
.hbot-autocomplete-attribution a{color:inherit;text-decoration:underline;text-underline-offset:2px}

.hbot-autocomplete-google{position:sticky;bottom:-6px;background:#fff;text-align:right;padding:7px 12px 5px;border-top:1px solid #edf2f1;margin-top:4px;white-space:nowrap;font:400 12px/1.5 'Public Sans',Arial,sans-serif;letter-spacing:normal;color:#5e5e5e}

.address-source{font:400 12px/1.5 "Public Sans",Arial,sans-serif;color:#5e5e5e;margin:6px 0 12px}.address-source span{white-space:nowrap}

.hbot-autocomplete-list [role=option].hbot-autocomplete-google-start{border-top:1px solid #bed1d3;margin-top:6px}
.hbot-autocomplete-message{padding:14px 12px;color:#496a73;font-size:13px}
.hbot-autocomplete-list [role=option][aria-disabled=true]{cursor:default}
