/* QR Code Generator : tool-specific styles only */
#qr-preview svg,
#qr-preview img {
  width: 280px;
  height: 280px;
  max-width: 100%;
  border-radius: 1rem;
  background: #fff;
}
