/* Transparent first-click intercept — sits under the notice overlay. */
.fmcla-pop-layer {
  position: fixed;
  inset: 0;
  z-index: 999990;
  background: transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}
