/* Clear Link v1.10.1 — initial header visibility + dashboard override support */
html body.has-overlay-header .site-header,
html body.has-overlay-header .site-header.site-header--overlay{
  top:0!important;
  inset-block-start:0!important;
  bottom:auto!important;
  margin:0!important;
  transform:none!important;
  translate:none!important;
  clip-path:none!important;
  overflow:visible!important;
  z-index:5000!important;
}
@media (min-width:1121px){
  html body.has-overlay-header .site-header:not(.is-scrolled){position:absolute!important}
  html body.has-overlay-header .site-header.is-scrolled{position:fixed!important;top:0!important}
  html body.has-overlay-header .site-header__top{
    height:78px!important;
    min-height:78px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    overflow:visible!important;
  }
  html body.has-overlay-header .site-header__bottom{
    height:44px!important;
    min-height:44px!important;
    padding-top:0!important;
    padding-bottom:0!important;
    margin-top:0!important;
    overflow:visible!important;
  }
  html body.has-overlay-header .site-header:not(.is-scrolled){min-height:122px!important}
  html body.has-overlay-header .site-header.is-scrolled .site-header__top{height:70px!important;min-height:70px!important}
  html body.has-overlay-header .site-header.is-scrolled .site-header__bottom{height:40px!important;min-height:40px!important}
}
body.admin-bar.has-overlay-header .site-header{top:32px!important}
body.admin-bar.has-overlay-header .site-header.is-scrolled{top:32px!important}
@media (max-width:782px){body.admin-bar.has-overlay-header .site-header,body.admin-bar.has-overlay-header .site-header.is-scrolled{top:46px!important}}
@media (max-width:1120px){
  html body.has-overlay-header .site-header{height:78px!important;min-height:78px!important}
  html body.has-overlay-header .site-header__top{height:78px!important;min-height:78px!important;overflow:visible!important}
  html body.has-overlay-header .site-header__bottom{display:none!important}
}
@media (max-width:680px){
  html body.has-overlay-header .site-header{height:68px!important;min-height:68px!important}
  html body.has-overlay-header .site-header__top{height:68px!important;min-height:68px!important}
}
