.tag-age-gate-open {
	overflow: hidden !important;
}

.tag-age-gate[hidden] {
	display: none !important;
}

.tag-age-gate {
	align-items: center;
	background: rgba(0, 0, 0, 0.92);
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	inset: 0;
	justify-content: center;
	min-height: 100vh;
	padding: 24px;
	position: fixed;
	text-align: center;
	z-index: 2147483647;
}

.tag-age-gate--page .tag-age-gate__site-name,
.tag-age-gate--page .tag-age-gate__logo {
	margin-bottom: 18px;
}

.tag-age-gate--page .tag-age-gate__title {
	font-size: clamp(28px, 4vw, 48px);
	margin-bottom: 16px;
}

.tag-age-gate--page .tag-age-gate__message,
.tag-age-gate--page .tag-age-gate__notice {
	font-size: 16px;
}

.tag-age-gate--page .tag-age-gate__actions {
	margin-top: 26px;
}

.tag-age-gate *,
.tag-age-gate *::before,
.tag-age-gate *::after {
	box-sizing: border-box;
}

.tag-age-gate__panel {
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.tag-age-gate__logo {
	display: block;
	height: auto;
	margin: 0 auto 28px;
	max-height: 92px;
	max-width: min(260px, 80vw);
	object-fit: contain;
}

.tag-age-gate__site-name {
	color: #ffffff;
	font-family: inherit;
	font-size: clamp(22px, 5vw, 40px);
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 28px;
}

.tag-age-gate__title {
	color: #ffffff;
	font-family: inherit;
	font-size: clamp(34px, 6vw, 58px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 22px;
	text-transform: uppercase;
}

.tag-age-gate__message,
.tag-age-gate__notice {
	color: #f1f1f1;
	font-family: inherit;
	font-size: 18px;
	line-height: 1.45;
	margin: 0 auto 14px;
	max-width: 720px;
}

.tag-age-gate__notice {
	color: #d9a163;
	font-size: 16px;
	font-weight: 600;
}

.tag-age-gate__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
	margin-top: 42px;
}

.tag-age-gate__button {
	appearance: none;
	background: transparent;
	border: 2px solid rgba(255, 255, 255, 0.72);
	border-radius: 0;
	color: #ffffff;
	cursor: pointer;
	font-family: inherit;
	font-size: 16px;
	font-weight: 800;
	line-height: 1.2;
	min-height: 54px;
	min-width: 156px;
	padding: 15px 22px;
	text-align: center;
	text-transform: uppercase;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.tag-age-gate__button:hover,
.tag-age-gate__button:focus {
	border-color: #ffffff;
	outline: none;
	transform: translateY(-1px);
}

.tag-age-gate__button:focus-visible {
	box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}

.tag-age-gate__button--primary {
	background: var(--tag-age-gate-primary, #7a4a24);
	border-color: var(--tag-age-gate-primary, #7a4a24);
}

.tag-age-gate__button--primary:hover,
.tag-age-gate__button--primary:focus {
	background: #ffffff;
	color: #111111;
}

@media (max-width: 640px) {
	.tag-age-gate {
		padding: 20px;
	}

	.tag-age-gate__title {
		font-size: 34px;
	}

	.tag-age-gate__message,
	.tag-age-gate__notice {
		font-size: 16px;
	}

	.tag-age-gate__actions {
		display: grid;
		grid-template-columns: 1fr;
		margin-top: 30px;
	}

	.tag-age-gate__button {
		width: 100%;
	}
}
