/* Live Preview iframe-only overrides.
   article-inline.css sets .content{content-visibility:auto} for perf on the
   real Article page. Inside the preview iframe that lazy-render heuristic
   leaves below-the-fold content unrendered/non-scrollable, so disable it
   here (scoped to the iframe document only). */
.content {
    content-visibility: visible;
    contain-intrinsic-size: auto;
}
