/* Dual V3.13 — permanent scroll-safe embeds
   Language switching reloads the page, so this must live in a real stylesheet,
   not in DevTools-injected CSS.
*/
#bpDualReplays iframe,
#bpDualLive iframe {
  pointer-events: none !important;
}

/* Keep vertical page gestures owned by the page around media surfaces. */
#bpDualReplays,
#bpDualLive,
#bpDualReplays [class*="player"],
#bpDualLive [class*="player"],
#bpDualReplays [class*="hero"],
#bpDualLive [class*="hero"] {
  touch-action: pan-y !important;
}
