/* Theme 2026 — AdSense Anchor Ads fixed-header + spacer fix */
body.theme-2026 .t26-header,
body.theme-2026 header.t26-header{
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 90 !important;
  transform: none !important;
  will-change: auto !important;
}
body.theme-2026 .t26-header-spacer{
  display: block !important;
  width: 100% !important;
  height: var(--t26-header-height, 96px) !important;
  min-height: var(--t26-header-height, 96px) !important;
  flex: 0 0 auto !important;
  pointer-events: none !important;
  clear: both !important;
}
body.theme-2026 .t26-nav{z-index:80!important}
body.theme-2026 .t26-search form{z-index:95!important}
body.theme-2026 .t26-drawer,
body.theme-2026 .t26-drawer-bg{z-index:120!important}
body.theme-2026 .sticky,
body.theme-2026 .is-sticky,
body.theme-2026 .site-sticky,
body.theme-2026 .t26-sticky{z-index:90!important;top:0!important}
body.theme-2026 .t26-header[style]{top:0!important}
@media(max-width:768px){
  body.theme-2026 .t26-header-spacer{
    height:var(--t26-header-height,100px)!important;
    min-height:var(--t26-header-height,100px)!important;
  }
}
