@import url('/site-v45.css?v=97');

/* V140 A4 capture consistency
   The live master canvas and saved JPEG are 1080 x 1527.5 logical pixels.
   Use the same ratio before and after capture so the shutter does not change scale. */
.live-poster-preview {
  height: calc(var(--poster-width) * 1527.5 / 1080) !important;
  aspect-ratio: 1080 / 1527.5 !important;
}
