/* ============================================================
   Embed tap-guard (Twitter/X scroll-hijack fix)
   Works with /assets/embed-tap-guard.js
   ============================================================ */

/* Embeds that haven't completed the IPS resize handshake yet */
iframe[data-controller*="autosizeiframe" i]:not(.ipsEmbed_finishedLoading) {
    pointer-events: none;
    min-height: 250px; /* damp the first-render layout jump */
}

/* While the page is actively scrolling (class toggled by embed-tap-guard.js) */
html.atrl-scrolling iframe[data-controller*="autosizeiframe" i] {
    pointer-events: none;
}
