/* BR Switcher Tap Fix – scoped to switcher */
/* Make sure switcher sits on top and receives taps */
.site-header .widget-area .brmx-switcher,
.brmx-header-only{
  position: relative !important;
  z-index: 2147483000 !important; /* very high */
  pointer-events: auto !important;
}
.site-header .widget-area .brmx-switcher *,
.brmx-header-only *{
  pointer-events: auto !important;
}

/* Some themes add invisible overlays in header; neutralize only over switcher box */
.site-header .widget-area .brmx-switcher::after{
  content:''; position:absolute; inset:0;
  pointer-events:none !important;
}

/* Avoid header bars clipping the switcher */
.site-header, .header-main, .header-bottom, .topbar{
  overflow: visible !important;
}
