
.repg-gate,
.repg-free-article,
.repg-premium-article,
.repg-editor-placeholder {
	box-sizing: border-box;
}

.repg-free-article,
.repg-premium-article {
	width: 100%;
}

.repg-free-article > :first-child,
.repg-premium-article > :first-child {
	margin-top: 0;
}

.repg-gate {
	margin: 36px 0;
	padding: clamp(26px, 4vw, 46px);
	border: 1px solid rgba(12, 49, 83, .18);
	border-radius: 14px;
	background: #f7f8f8;
	text-align: center;
}

.repg-gate__eyebrow {
	margin-bottom: 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	opacity: .72;
}

.repg-gate__title {
	margin: 0 auto 12px;
	max-width: 900px;
	font-size: clamp(28px, 4vw, 44px);
	line-height: 1.12;
}

.repg-gate__message {
	max-width: 720px;
	margin: 0 auto 22px;
	font-size: 16px;
	line-height: 1.65;
}

.repg-gate__button {
	display: inline-block;
	padding: 13px 23px;
	border-radius: 7px;
	background: #0c3153;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
	transition: transform .18s ease, opacity .18s ease;
}

.repg-gate__button:hover {
	transform: translateY(-1px);
	opacity: .92;
}

.repg-editor-placeholder {
	padding: 18px;
	border: 2px dashed #8c8f94;
	background: #f6f7f7;
	color: #3c434a;
	text-align: center;
}

@media (max-width: 767px) {
	.repg-gate {
		margin: 26px 0;
		padding: 24px 18px;
	}
}
