/* WLBT Genie Overlay/Modal Fix — v13 (no debug) */
.wlbt-gold-panel,
[role="dialog"]{
  position: fixed !important;
  z-index: 10050 !important;
  pointer-events: auto !important;
}
/* The engine creates `.wlbt-overlay` — let it dim but not block clicks */
.wlbt-overlay{
  position: fixed !important;
  inset: 0 !important;
  z-index: 10040 !important;   /* just under the panel */
  pointer-events: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}
