
/* APG v37 core interaction geometry and CSP-safe utility styling. */
.apg-alternative-reason{display:block;margin-top:6px}
@media(max-width:760px){
  body form[data-search-shell]{position:relative!important;overflow:visible!important;isolation:isolate!important}
  body form[data-search-shell] .search-suggestions{
    position:absolute!important;
    inset:auto 0 auto 0!important;
    top:calc(100% + 8px)!important;
    left:0!important;
    right:0!important;
    bottom:auto!important;
    width:auto!important;
    height:auto!important;
    max-width:100%!important;
    max-height:min(340px,46vh)!important;
    margin:0!important;
    transform:none!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    overscroll-behavior:contain!important;
    z-index:260!important;
  }
  body form[data-search-shell] .search-suggestions[hidden]{display:none!important}
  body form[data-search-shell] button[type="submit"]{position:relative!important;z-index:2!important}
}
