.single-post-standard {
	background: #fff;
}

.single-post-standard .single-post-header {
	min-height: 360px;
}

.single-post-standard .single-post-header .small-banner-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 360px;
	padding-top: 72px;
	padding-bottom: 72px;
}

.single-post-standard .single-post-header .breadcrumb {
	position: relative;
	z-index: 2;
	margin-bottom: 32px;
}

.single-post-standard .single-post-header .breadcrumb a,
.single-post-standard .single-post-header .breadcrumb .bread-current {
	color: #fff;
}

.single-post-standard .single-post-header .breadcrumb .bread-current {
	opacity: 0.82;
}

.single-post-standard .single-post-header h1 {
	position: relative;
	z-index: 2;
	max-width: 960px;
	margin: 0 auto;
}

.single-post-standard .single-post-content-shell {
	padding-top: 72px;
	padding-bottom: 96px;
}

.single-post-standard .single-post-featured-image {
	max-width: 960px;
	margin: 0 auto 56px;
}

.single-post-standard .single-post-featured-image__media {
	display: block;
	width: 100%;
	height: auto;
	max-height: 640px;
	border-radius: 24px;
	object-fit: cover;
}

.single-post-standard .entry-content {
	max-width: 760px;
	margin: 0 auto;
	color: #374151;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.65;
	letter-spacing: 0.09px;
}

.single-post-standard .entry-content > :first-child {
	margin-top: 0;
}

.single-post-standard .entry-content > :last-child {
	margin-bottom: 0;
}

.single-post-standard .entry-content p {
	margin: 0 0 1.25em;
}

.single-post-standard .entry-content h2,
.single-post-standard .entry-content h3 {
	color: #0c4325;
	font-family: Cysan-Regular, sans-serif;
	font-style: normal;
	font-weight: 400;
}

.single-post-standard .entry-content h2 {
	margin: 2.1em 0 0.65em;
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0.15px;
}

.single-post-standard .entry-content h3 {
	margin: 1.8em 0 0.6em;
	font-size: 25px;
	line-height: 1.3;
}

.single-post-standard .entry-content ul,
.single-post-standard .entry-content ol {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

.single-post-standard .entry-content li {
	margin-bottom: 0.55em;
	padding-left: 0.25em;
}

.single-post-standard .entry-content li::marker {
	color: #447e52;
}

.single-post-standard .entry-content a {
	color: #0c4325;
	font-weight: 400;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.single-post-standard .entry-content a:hover,
.single-post-standard .entry-content a:focus-visible {
	color: #447e52;
}

.single-post-standard .entry-content blockquote {
	margin: 2em 0;
	padding: 8px 0 8px 28px;
	border-left: 3px solid #447e52;
	color: #447e52;
	font-style: italic;
}

.single-post-standard .entry-content img {
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
	.single-post-standard .single-post-header,
	.single-post-standard .single-post-header .small-banner-container {
		min-height: 300px;
	}

	.single-post-standard .single-post-header .small-banner-container {
		padding: 56px 20px;
	}

	.single-post-standard .single-post-header .breadcrumb {
		margin-bottom: 24px;
	}

	.single-post-standard .single-post-content-shell {
		padding: 48px 20px 72px;
	}

	.single-post-standard .single-post-featured-image {
		margin-bottom: 40px;
	}

	.single-post-standard .single-post-featured-image__media {
		border-radius: 16px;
	}

	.single-post-standard .entry-content {
		font-size: 16px;
		line-height: 1.6;
	}

	.single-post-standard .entry-content h2 {
		font-size: 26px;
	}

	.single-post-standard .entry-content h3 {
		font-size: 22px;
	}
}
