/* Most spacing already uses logical properties (margin-inline-*, inset-inline-*),
   so only a few visual mirror-flips are needed for RTL. */
.lightbox-prev { transform: translateY(-50%) scaleX(-1); }
.lightbox-next { transform: translateY(-50%) scaleX(-1); }
.nav-toggle span { align-self: flex-end; }
