.rt-post-page {
	background: #fff;
	color: #111;
	font-family: "Open Sans", Arial, sans-serif;
}

.rt-post-hero {
	position: relative;
	overflow: hidden;
	padding: 42px 20px 36px;
	background: #f7f7f3;
}

.rt-post-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .72;
	background:
		linear-gradient(135deg, transparent 0 16%, rgba(255, 199, 33, .14) 16% 24%, transparent 24% 100%),
		linear-gradient(45deg, transparent 0 30%, rgba(239, 74, 54, .09) 30% 38%, transparent 38% 100%),
		linear-gradient(135deg, transparent 0 57%, rgba(133, 176, 157, .11) 57% 65%, transparent 65% 100%),
		linear-gradient(45deg, transparent 0 74%, rgba(255, 199, 33, .1) 74% 82%, transparent 82% 100%);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	pointer-events: none;
}

.rt-post-hero__inner {
	position: relative;
	z-index: 1;
	max-width: 1120px;
	margin: 0 auto;
	text-align: left;
}

.rt-post-title {
	margin: 0;
	font-size: 30px;
	line-height: 1.25;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: none;
}

.rt-post-title::after {
	content: "";
	display: block;
	width: 64px;
	height: 7px;
	margin-top: 22px;
	background: #ffd11a;
}

.rt-post-article {
	max-width: 1120px;
	margin: 0 auto;
	padding: 28px 20px 72px;
}

.rt-post-lead-media {
	margin: 0 auto 34px;
	text-align: center;
}

.rt-post-lead-media img,
.rt-post-featured {
	display: block;
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto;
}

.rt-post-lead-media figure {
	margin: 0;
}

.rt-post-lead-media figcaption {
	display: none;
}

.rt-post-content {
	max-width: 1120px;
	margin: 0;
	font-size: 15px;
	line-height: 1.75;
	font-weight: 400;
}

.rt-post-content > :first-child {
	margin-top: 0;
}

.rt-post-content p {
	margin: 0 0 24px;
}

.rt-post-content h2,
.rt-post-content h3,
.rt-post-content h4 {
	margin: 48px 0 20px;
	line-height: 1.28;
	font-weight: 400;
	letter-spacing: 0;
	color: #222;
}

.rt-post-content h2 {
	font-size: 28px;
}

.rt-post-content h3 {
	font-size: 24px;
}

.rt-post-content h4 {
	font-size: 20px;
}

.rt-post-content ul,
.rt-post-content ol {
	margin: 0 0 24px 22px;
	padding: 0;
}

.rt-post-content li {
	margin: 0 0 8px;
}

.rt-post-content img {
	display: block;
	width: auto;
	max-width: 100%;
	height: auto;
	margin: 0 auto 28px;
}

.rt-post-content figure {
	width: auto;
	max-width: 100%;
	margin: 0 auto 28px;
	text-align: center;
}

.rt-post-content figure img {
	margin-bottom: 0;
}

.rt-post-content figcaption {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1.45;
	color: #777;
}

.rt-post-content a {
	color: #f2b600;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.rt-post-pages {
	margin-top: 36px;
}

@media (max-width: 767px) {
	.rt-post-hero {
		padding: 34px 16px 30px;
	}

	.rt-post-title {
		font-size: 25px;
	}

	.rt-post-article {
		padding: 24px 16px 54px;
	}

	.rt-post-lead-media {
		margin-bottom: 28px;
	}

	.rt-post-content {
		font-size: 14px;
		line-height: 1.7;
	}

	.rt-post-content h2 {
		font-size: 24px;
	}

	.rt-post-content h3 {
		font-size: 21px;
	}
}
