/* PDF export: still frames that replace fragment-driven manim videos.
   They stack inside the surrounding .r-stack, so the topmost *visible*
   fragment image is the frame shown on each printed page. */
.reveal .fv-print-frame {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
