/*	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CORE/AGE-DISCLAIMER/CLASSES.CSS
	––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.age-disclaimer--wrapper {
	z-index		: 1030;
	transition	: opacity 0.33s linear;
}

.age-disclaimer--wrapper.hidden {
	opacity			: 0	!important;
	pointer-events	: none	!important;
}