/* Custom utilities layered on top of Tailwind CDN. Kept minimal on purpose. */

.qr-svg svg {
	width: 100%;
	max-width: 240px;
	height: auto;
	display: block;
}
