/* Single blog post — archive Impulse article layout */
.mpa-single-post .mpa-single-post-inner > .e-con-inner {
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}

.mpa-single-post .mpa-blog-breadcrumb {
	font-size: 13px;
	line-height: 1.6;
	color: #888888;
	margin-bottom: 8px;
	width: 100%;
	text-align: center;
}

.mpa-single-post .mpa-blog-breadcrumb a {
	color: #888888;
	text-decoration: none;
}

.mpa-single-post .mpa-blog-breadcrumb a:hover {
	color: #2d5a27;
	text-decoration: underline;
}

.mpa-single-post .breadcrumb__divider {
	margin: 0 0.35em;
	color: #bbbbbb;
}

.mpa-single-post .mpa-blog-date {
	font-size: 14px;
	line-height: 1.5;
	color: #888888;
	margin-bottom: 4px;
	width: 100%;
	text-align: center;
}

.mpa-single-post .elementor-widget-theme-post-title .elementor-heading-title {
	text-align: center;
	color: #222222;
	font-weight: 600;
	margin-bottom: 24px;
}

.mpa-single-post .mpa-article-body,
.mpa-single-post .mpa-article-body .elementor-widget-container {
	width: 100%;
	text-align: left;
	color: #444444;
	font-size: 16px;
	line-height: 1.7;
}

.mpa-single-post .mpa-article-body p {
	margin: 0 0 1.25em;
}

.mpa-single-post .mpa-article-body h2,
.mpa-single-post .mpa-article-body h3,
.mpa-single-post .mpa-article-body h4 {
	color: #222222;
	font-weight: 600;
	line-height: 1.3;
	margin: 1.75em 0 0.75em;
	text-align: left;
}

.mpa-single-post .mpa-article-body h2 {
	font-size: 1.35em;
}

.mpa-single-post .mpa-article-body h3 {
	font-size: 1.15em;
}

.mpa-single-post .mpa-article-body ul,
.mpa-single-post .mpa-article-body ol {
	margin: 0 0 1.25em 1.25em;
	padding: 0;
}

.mpa-single-post .mpa-article-body li {
	margin-bottom: 0.5em;
}

.mpa-single-post .mpa-article-body a {
	color: #2d5a27;
	text-decoration: underline;
}

.mpa-single-post .mpa-article-body a:hover {
	color: #1f3f1b;
}

.mpa-single-post .mpa-article-body img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 1.5em auto;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.mpa-single-post .mpa-article-body strong {
	font-weight: 600;
	color: #222222;
}

.mpa-single-post .mpa-blog-share.social-sharing {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1.25rem;
	margin-top: 2rem;
	width: 100%;
}

.mpa-single-post .mpa-blog-share .social-sharing__link {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-size: 14px;
	color: #444444;
	text-decoration: none;
}

.mpa-single-post .mpa-blog-share .social-sharing__link:hover {
	color: #2d5a27;
}

.mpa-single-post .mpa-blog-share .visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.mpa-single-post .elementor-widget-divider.mpa-blog-divider .elementor-divider {
	padding-top: 0;
}

.mpa-single-post .elementor-widget-divider.mpa-blog-divider .elementor-divider-separator {
	border-top-color: #e8e8e8;
	width: 100%;
}

.mpa-single-post .mpa-blog-back {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.mpa-single-post .mpa-blog-return-link {
	display: inline-flex;
	align-items: center;
	gap: 0.5rem;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #2d5a27;
	text-decoration: none;
	padding: 12px 0;
}

.mpa-single-post .mpa-blog-return-link:hover {
	color: #1f3f1b;
	text-decoration: underline;
}

.mpa-single-post .mpa-blog-return-link__arrow {
	font-size: 18px;
	line-height: 1;
}

/* Hide Astra default single-post chrome when Theme Builder template is active */
body.single-post.ast-separate-container .site-content > .ast-container {
	max-width: none;
	padding-left: 0;
	padding-right: 0;
}

body.single-post .entry-header,
body.single-post .post-navigation,
body.single-post .comments-area {
	display: none;
}
