/* GDPR Body Rules */
body {
	transition: opacity 200ms ease-in;
	opacity: 0;
}

body.gdpr-pass {
	opacity: 1;
}

/* Age Gate Rules */
#age-gate .legal-notice {
	margin-top: 2rem;
}

#age-gate .age-check-select {
	font-size: 2rem;
	margin: 0.5rem;
}

#age-gate .buttons {
	align-items: center;
	justify-content: center;
	margin-top: 2rem;
}

#age-gate .age-gate-check {
	max-width: 220px;
}

#age-gate .age-gate-pass {
	display: none;
}

/* Similar Beers Image Fix */
.similar-beers.ar-child {
	background-size: contain;
}
