.ds-premium-gate {
	font-family: 'Poppins', sans-serif;
	margin: 28px 0 0;
	position: relative;
}

.ds-premium-gate__fade {
	-webkit-mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
	color: inherit;
	height: 160px;
	mask-image: linear-gradient(180deg, #000 0%, transparent 100%);
	overflow: hidden;
	pointer-events: none;
}

.ds-premium-gate__fade p {
	margin: 0;
}

.ds-premium-gate__overlay {
	background: #fff;
	border: 0;
	border-radius: 22px;
	box-shadow: none;
	color: #202c43;
	margin: 0 auto;
	max-width: 632px;
	padding: 28px 40px 32px;
	position: relative;
	text-align: center;
}

.ds-premium-gate__login {
	color: #40506b;
	font-size: 0.95rem;
	font-weight: 400;
	margin: 0 0 24px;
	text-align: right;
}

.ds-premium-gate__login a {
	color: var(--ds-red);
	font-weight: 700;
	text-decoration: none;
}

.ds-premium-gate__headline {
	color: #202c43;
	font-family: inherit;
	font-size: clamp(2rem, 3.5vw, 2.5rem);
	font-weight: 800;
	letter-spacing: -0.045em;
	line-height: 1.12;
	margin: 0 auto 20px;
}

.ds-premium-gate__subhead {
	color: #667895;
	font-size: clamp(1rem, 2.25vw, 1.24rem);
	font-weight: 400;
	line-height: 1.56;
	margin: 0 auto 30px;
	max-width: 31rem;
}

.ds-premium-gate__checklist {
	border-top: 1px solid #edf0f4;
	list-style: none;
	margin: 0 0 36px;
	padding: 22px 0 0;
	text-align: left;
}

.ds-premium-gate__checklist li {
	color: #33435f;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.48;
	padding: 8px 0 8px 40px;
	position: relative;
}

.ds-premium-gate__checklist li::before {
	color: var(--ds-red);
	content: "✓";
	font-size: 1.25em;
	font-weight: 700;
	left: 4px;
	position: absolute;
	top: 4px;
}

.ds-premium-gate__cta {
	align-items: center;
	background: var(--ds-red);
	border: 1px solid var(--ds-red);
	border-radius: 999px;
	box-shadow: none;
	color: #fff;
	display: inline-flex;
	font-family: inherit;
	font-size: 1.12rem;
	font-weight: 700;
	justify-content: center;
	letter-spacing: 0;
	min-height: 69px;
	padding: 16px 32px;
	text-align: center;
	text-transform: none;
	width: clamp(180px, 33.333%, 210px);
}

.ds-premium-gate__cta:hover,
.ds-premium-gate__cta:focus {
	background: var(--ds-red-dark);
	border-color: var(--ds-red-dark);
	color: #fff;
}

.ds-premium-gate__cta:focus-visible {
	outline: 3px solid #202c43;
	outline-offset: 4px;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__overlay,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__overlay {
	background: #fff !important;
	border-color: transparent !important;
	color: #202c43 !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__headline,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__headline,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__checklist li,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__checklist li {
	color: #202c43 !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__login,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__login {
	color: #40506b !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__login a,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__login a {
	color: var(--ds-red) !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__subhead,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__subhead {
	color: #667895 !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__checklist,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__checklist {
	border-color: #edf0f4 !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__checklist li::before,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__checklist li::before {
	color: var(--ds-red) !important;
}

html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__cta,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__cta,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__cta:hover,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__cta:hover,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .ds-article-content .ds-premium-gate__cta:focus,
html[data-ds-theme-mode="runtime"][data-theme="dark"] .entry-content .ds-premium-gate__cta:focus {
	color: #fff !important;
}

@media (max-width: 640px) {
	.ds-premium-gate__overlay {
		border-radius: 22px;
		padding: 24px 26px 28px;
	}

	.ds-premium-gate__login {
		font-size: 0.84rem;
		margin-bottom: 20px;
	}

	.ds-premium-gate__checklist li {
		font-size: 0.93rem;
		padding-left: 32px;
	}
}
