.sav-age-verification-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 20px;
	box-sizing: border-box;
	overflow-y: auto;
}

.sav-age-verification-modal {
	width: 100%;
	max-width: 420px;
	padding: 40px 28px 32px;
	background: #ffeb00;
	border: 1px solid #000;
	border-radius: 10px;
	text-align: center;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	box-sizing: border-box;
}

.sav-age-verification-logo {
	display: block;
	width: 100%;
	max-width: 280px;
	height: auto;
	margin: 0 auto 32px;
}

.sav-age-verification-modal h2 {
	margin: 0 0 12px;
	font-family: "BriceBlack", sans-serif !important;
	font-size: clamp(22px, 5vw, 28px);
	font-weight: 800;
	color: #000;
	line-height: 1.25;
	letter-spacing: -0.02em;
}

.sav-age-verification-message {
	margin: 0 0 32px;
	font-size: clamp(15px, 3.5vw, 17px);
	font-weight: 400;
	color: #000;
	line-height: 1.4;
}

.sav-age-verification-buttons {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: stretch;
	margin-bottom: 32px;
}

.sav-age-verification-buttons button {
	display: block;
	width: 100%;
	padding: 16px 20px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	border-radius: 999px;
	cursor: pointer;
	transition: opacity 0.2s ease, transform 0.15s ease;
	line-height: 1.3;
}

.sav-age-verification-buttons button:hover {
	opacity: 0.88;
}

.sav-age-verification-buttons button:active {
	transform: scale(0.98);
}

.sav-age-verification-yes {
	background: #000;
	color: #ffeb00;
	border: 2px solid #000;
}

.sav-age-verification-no {
	background: transparent;
	color: #000;
	border: 2px solid #000;
}

.sav-age-verification-disclaimer {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
}

.sav-age-verification-disclaimer a {
	color: #000;
	font-weight: 600;
	text-decoration: underline;
}

.sav-age-verification-disclaimer a:hover {
	text-decoration: none;
}

body.sav-age-verification-active {
	overflow: hidden;
}
