body.single-post .elementor-location-single {
	overflow-x: hidden;
}

body.single-post [data-elementor-type="single-post"].elementor-location-single {
	width: 100%;
}

body.single-post .elementor-location-single > .e-con {
	padding-left: 16px;
	padding-right: 16px;
	--content-width: 1200px;
	--container-max-width: 1200px;
}

body.single-post .elementor-location-single > .e-con.e-con-boxed > .e-con-inner,
body.single-post [data-elementor-type="single-post"].elementor-location-single > .e-con.e-con-boxed > .e-con-inner {
	width: min(1200px, calc(100% - 32px)) !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-post [data-elementor-type="single-post"].elementor-location-single .elementor-widget-theme-post-title,
body.single-post [data-elementor-type="single-post"].elementor-location-single .elementor-widget-theme-post-content {
	width: min(1200px, calc(100% - 32px)) !important;
	max-width: 1200px !important;
	margin-left: auto !important;
	margin-right: auto !important;
}

body.single-post [data-elementor-type="single-post"].elementor-location-single .elementor-widget-theme-post-content {
	overflow-wrap: anywhere;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-title .elementor-heading-title {
	margin: 0 0 18px;
	color: #2d8a4f;
	font-size: clamp(34px, 4vw, 54px);
	line-height: 1.15;
	font-weight: 700;
	letter-spacing: 0;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content {
	color: #4c5561;
	font-size: 17px;
	line-height: 1.75;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content p {
	margin: 0 0 18px;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content h2,
body.single-post .elementor-location-single .elementor-widget-theme-post-content h3 {
	margin: 34px 0 16px;
	color: #4b5560;
	line-height: 1.3;
	font-weight: 700;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content h2 {
	font-size: clamp(24px, 2.6vw, 34px);
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content h3 {
	font-size: clamp(20px, 2vw, 26px);
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 28px auto;
}

body.single-post .elementor-location-single .elementor-widget-theme-post-content figure {
	margin: 28px auto;
	max-width: 100%;
}

@media (max-width: 767px) {
	body.single-post .elementor-location-single > .e-con {
		padding-left: 12px;
		padding-right: 12px;
	}

	body.single-post .elementor-location-single > .e-con > .e-con-inner {
		width: 100%;
	}

	body.single-post .elementor-location-single .elementor-widget-theme-post-content {
		font-size: 16px;
		line-height: 1.7;
	}
}
