/**
 * Age verification — non-critical overrides (loads after main.css).
 * Critical rules live inline in <head> (age-verification-critical-header).
 */

@media (prefers-reduced-motion: reduce) {
	#age-verification-overlay.av-fade-out {
		transition: none !important;
	}

	.av-popup::before {
		animation: none !important;
	}

	.av-btn {
		transition: none !important;
	}
}
