.tt-product-qr-panel {
	margin-block: 1.5rem;
	padding: 1rem;
	border: 1px solid #dce8df;
	border-radius: 12px;
	background: #f7fbf8;
}

.tt-product-qr-panel h2 {
	margin: 0 0 .75rem;
	font-size: 1rem;
}

.tt-product-qr-code {
	display: inline-block;
	padding: 8px;
	background: #fff;
}

.tt-product-qr-code img,
.tt-product-qr-code canvas {
	display: block;
	max-width: 100%;
	height: auto;
}

.tt-storefront-print-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: .35rem;
	padding: .65rem 1rem;
	border-radius: 8px;
	background: #187642;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}

.tt-storefront-print-link:hover,
.tt-storefront-print-link:focus {
	background: #105c31;
	color: #fff;
}
