
/* Sprint 784 — authoritative header autosuggest */
.site-header,.site-header .header-main,.site-header .shell,.site-header .global-search{overflow:visible!important}
.site-header .global-search{position:relative!important;z-index:14000!important}
.tf-search-panel-v2{
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:calc(100% + 7px)!important;
  z-index:15000!important;
  width:100%!important;
  max-height:min(560px,70vh)!important;
  overflow:auto!important;
  border:1px solid #d8e2ee!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:0 22px 60px rgba(5,28,65,.22)!important;
}
.tf-search-panel-v2[hidden]{display:none!important}
.tf-search-panel-v2 .tf-search-panel-body{padding:8px!important}
.tf-search-panel-v2 .tf-search-group{padding:4px 0!important}
.tf-search-panel-v2 .tf-search-group h3{margin:5px 8px 6px!important;color:#708198!important;font-size:9px!important;text-transform:uppercase!important;letter-spacing:.08em!important}
.tf-search-panel-v2 .tf-search-group a,
.tf-search-panel-v2 .tf-search-all{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) auto!important;
  gap:9px!important;
  align-items:center!important;
  padding:8px 9px!important;
  border-radius:9px!important;
  color:#112a4e!important;
  text-decoration:none!important;
}
.tf-search-panel-v2 .tf-search-group a:hover,
.tf-search-panel-v2 .tf-search-group a.is-active,
.tf-search-panel-v2 .tf-search-all:hover,
.tf-search-panel-v2 .tf-search-all.is-active{background:#f2f7fd!important}
.tf-search-panel-v2 .tf-search-result-icon{width:34px;height:34px;display:grid;place-items:center;border-radius:8px;background:#f5f8fc;overflow:hidden}
.tf-search-panel-v2 .tf-search-result-icon img{width:100%;height:100%;object-fit:cover}
.tf-search-panel-v2 .tf-search-result-copy{display:grid;gap:2px;min-width:0}
.tf-search-panel-v2 .tf-search-result-copy strong{font-size:11px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tf-search-panel-v2 .tf-search-result-copy small{color:#76869b;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.tf-search-panel-v2 .tf-search-all{grid-template-columns:minmax(0,1fr) auto!important;margin:5px 8px 8px!important;border-top:1px solid #e5ebf2!important;border-radius:0!important;color:#0865d5!important;font-size:10px!important;font-weight:800!important}
.tf-search-panel-v2 .tf-search-loading,.tf-search-panel-v2 .tf-search-empty{padding:18px 14px;color:#61738d;font-size:10px}
.tf-search-panel-v2 .tf-search-empty{display:grid;gap:4px}.tf-search-panel-v2 .tf-search-empty strong{color:#17375f;font-size:11px}
.tf-search-panel-v2>footer{display:flex;gap:15px;padding:7px 12px;border-top:1px solid #e8edf3;background:#f8fafc;color:#8190a4;font-size:8px}
@media(max-width:767px){
  .tf-search-panel-v2{left:0!important;right:0!important;top:calc(100% + 4px)!important;max-height:min(440px,60vh)!important;border-radius:0 0 14px 14px!important}
  .tf-search-panel-v2>footer{display:none!important}
}
