.yg-age-overlay {
	position: fixed;
	inset: 0;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.85);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	font-family: 'Cormorant Garamond', Georgia, serif;
}

.yg-age-overlay.yg-age-hidden {
	display: none;
}

.yg-age-box {
	background: #fff;
	max-width: 460px;
	width: 100%;
	padding: 48px 40px;
	border-radius: 4px;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.yg-age-logo {
	margin-bottom: 24px;
}

.yg-age-logo img {
	max-width: 180px;
	height: auto;
}

.yg-age-box h2 {
	font-size: 22px;
	font-weight: 600;
	color: #000;
	margin: 0 0 12px;
}

.yg-age-box p {
	font-size: 15px;
	color: #444;
	margin: 0 0 8px;
	line-height: 1.5;
}

.yg-age-question {
	font-size: 17px !important;
	font-weight: 600;
	color: #000 !important;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.yg-age-buttons {
	display: flex;
	gap: 12px;
	justify-content: center;
	margin-bottom: 24px;
}

.yg-age-btn {
	padding: 12px 32px;
	border: none;
	border-radius: 3px;
	font-size: 15px;
	font-family: inherit;
	cursor: pointer;
	transition: opacity 0.2s ease;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.yg-age-btn:hover {
	opacity: 0.85;
}

.yg-age-btn--yes {
	background: #000;
	color: #fff;
}

.yg-age-btn--no {
	background: #e6e6e6;
	color: #333;
}

.yg-age-disclaimer {
	font-size: 11px !important;
	color: #999 !important;
	margin: 0 !important;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

@media (max-width: 480px) {
	.yg-age-box {
		padding: 32px 24px;
	}

	.yg-age-buttons {
		flex-direction: column;
	}
}
