/* BizOMS IPS QR hotfix 2026-07-15: keep the 600x600 bitmap square on screen. */
canvas.h-auto.w-full.max-w-\[300px\] {
  width: min(300px, calc(100vw - 4rem)) !important;
  height: min(300px, calc(100vw - 4rem)) !important;
  aspect-ratio: 1 / 1 !important;
}
