
/* Hub V408 — Tight Premium Header */
.hub405-global-header{
  gap:10px !important;
  margin:0 auto 10px !important;
}
.hub405-header-banner{
  border-radius:28px !important;
  overflow:hidden !important;
  box-shadow:0 16px 42px rgba(15,23,42,.10),0 8px 22px rgba(37,99,235,.08) !important;
}
.hub405-header-banner img{
  width:100% !important;
  height:clamp(142px, 15vw, 190px) !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
.hub405-toolbar{
  margin-top:0 !important;
}
.hub405-nav,
.hub405-search{
  box-shadow:0 10px 26px rgba(15,23,42,.07) !important;
}
@media(max-width:980px){
  .hub405-header-banner img{
    height:clamp(118px, 20vw, 160px) !important;
    object-position:left center !important;
  }
}
@media(max-width:760px){
  .hub405-global-header{
    gap:8px !important;
    margin-bottom:8px !important;
  }
  .hub405-header-banner{
    border-radius:20px !important;
  }
  .hub405-header-banner img{
    height:106px !important;
    object-fit:cover !important;
    object-position:left center !important;
  }
  .hub405-search{
    border-radius:16px !important;
  }
}
