
.qr-box {
	float: right;
	text-align: right;
	transition: opacity 0.3s;
}

.qr-box--is-hidden {
	opacity: 0;
	pointer-events: none;
}

.qr-box img {
	float: right;
	display: block;
	width: 150px;
	height: auto;
}

.qr-link {
	color: inherit;
	text-decoration: none;
}

.qr-link:hover,
.qr-link:focus {
	text-decoration: underline;
}
