/* QR code must have a white background for scanner contrast — cannot use a CSS variable here */
.qr-white-bg {
  background: #ffffff;
}
