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

.fcg-age-gate {
	position: fixed;
	inset: 0;
	z-index: 2147483000;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	min-height: 100dvh;
	padding: 32px 20px;
	overflow-y: auto;
	background: #000;
	color: #fff;
	font-family: Jost, Roboto, Arial, sans-serif;
	text-align: center;
}

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

.fcg-age-gate__panel {
	width: min(100%, 920px);
	margin: auto;
	padding: 18px 0;
}

.fcg-age-gate__logo {
	display: flex;
	justify-content: center;
	margin-bottom: 28px;
}

.fcg-age-gate__logo-image {
	display: block;
	width: min(430px, 82vw);
	height: auto;
	max-height: 118px;
	object-fit: contain;
}

.fcg-age-gate__logo-text {
	display: block;
	color: #fff;
	font-size: 44px;
	font-weight: 700;
	line-height: 1.1;
}

.fcg-age-gate__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0;
}

.fcg-age-gate__lead,
.fcg-age-gate__copy,
.fcg-age-gate__details {
	max-width: 860px;
	margin: 0 auto 20px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.45;
	letter-spacing: 0;
}

.fcg-age-gate__copy,
.fcg-age-gate__details {
	font-weight: 600;
}

.fcg-age-gate__details a,
.fcg-age-gate__settings,
.fcg-age-gate__decline {
	color: #ff2b1a;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.fcg-age-gate__details a:hover,
.fcg-age-gate__settings:hover,
.fcg-age-gate__decline:hover {
	color: #ff5a4d;
}

.fcg-age-gate a:focus-visible,
.fcg-age-gate button:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 4px;
}

.fcg-age-gate__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 18px;
	margin-top: 46px;
}

.fcg-age-gate__accept {
	width: min(100%, 430px);
	min-height: 58px;
	border: 0;
	border-radius: 999px;
	padding: 14px 28px;
	background: #f0240d;
	color: #fff;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0;
	text-align: center;
	text-transform: none !important;
	transition: background-color 160ms ease, transform 160ms ease;
}

.fcg-age-gate__accept:hover,
.fcg-age-gate__accept:focus-visible {
	background: #ff3018;
}

.fcg-age-gate__accept:active {
	transform: translateY(1px);
}

.fcg-age-gate__accept[disabled] {
	cursor: wait;
	opacity: 0.78;
}

.fcg-age-gate__error {
	max-width: 520px;
	margin: 0;
	color: #ffb4ad;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
}

.fcg-age-gate__settings,
.fcg-age-gate__decline {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
}

html.fcg-gate-active,
html.fcg-gate-active body {
	overflow: hidden !important;
}

html.fcg-gate-active.fcg-cookie-panel-open .cky-consent-container,
html.fcg-gate-active.fcg-cookie-panel-open .cky-modal {
	z-index: 2147483200 !important;
}

@media (max-width: 640px) {
	.fcg-age-gate {
		align-items: flex-start;
		padding: 28px 18px;
	}

	.fcg-age-gate__logo {
		margin-bottom: 22px;
	}

	.fcg-age-gate__title {
		font-size: 24px;
	}

	.fcg-age-gate__lead,
	.fcg-age-gate__copy,
	.fcg-age-gate__details {
		font-size: 16px;
		line-height: 1.42;
	}

	.fcg-age-gate__actions {
		gap: 16px;
		margin-top: 34px;
	}

	.fcg-age-gate__accept {
		min-height: 56px;
		padding: 13px 22px;
		font-size: 15px;
	}
}
