.wd-age-verify {
	text-align: center;
}

.wd-age-verify h4 {
	font-size: 42px;
}

.wd-age-verify-text-error {
	animation: wd-fadeIn .6s ease;
	display: none;
}

.wd-age-verify-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 15px;
	margin-top: 20px;
}

@media (max-width: 768.98px) {
	.wd-age-verify {
		--wd-popup-padding: 30px;
	}
	
	.wd-age-verify h4 {
		font-size: 26px;
	}
}