/*
 * The QR code SVG carries no width/height so it scales to its box; without a
 * rule it would fall back to the 300x150 default for a replaced element and
 * ignore the block's size setting.
 */
.wp-block-localform-qr-code {
	margin: 0;
}

.wp-block-localform-qr-code svg {
	display: block;
	width: 100%;
	height: auto;
}

.wp-block-localform-qr-code .localform-qr-code-title {
	margin-top: 8px;
	font-size: 14px;
	text-align: center;
}
