@charset "utf-8";

#ai-post-single-page,
#ai-post-archive-page,
#ai-post-index-page,
#ai-post-blog-page {
	--ai-post-bg: #f5f7f8;
	--ai-post-surface: #ffffff;
	--ai-post-line: #dde4e8;
	--ai-post-line-strong: #cbd5dc;
	--ai-post-text: #17202a;
	--ai-post-muted: #697586;
	--ai-post-link: #0f5ea8;
	background: var(--ai-post-bg);
	padding: 56px 24px 96px;
}

#ai-post-archive-page .content,
#ai-post-index-page .content,
#ai-post-blog-page .content {
	max-width: 1040px;
	margin: 0 auto;
}

#ai-post-single-page .content {
	max-width: 860px;
	margin: 0 auto;
}

#ai-post-archive-page .ai-post-heading,
#ai-post-index-page .ai-post-heading,
#ai-post-blog-page .ai-post-heading,
#ai-post-single-page .ai-post-header {
	margin-bottom: 40px;
}

#ai-post-archive-page .ai-post-heading-eyebrow,
#ai-post-index-page .ai-post-heading-eyebrow,
#ai-post-blog-page .ai-post-heading-eyebrow,
#ai-post-single-page .ai-post-kicker {
	margin: 0 0 12px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ai-post-link);
}

#ai-post-archive-page .ai-post-heading-title,
#ai-post-index-page .ai-post-heading-title,
#ai-post-blog-page .ai-post-heading-title,
#ai-post-single-page .ai-post-title {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.04em;
	color: var(--ai-post-text);
	word-break: keep-all;
}

#ai-post-archive-page .ai-post-heading-description,
#ai-post-index-page .ai-post-heading-description,
#ai-post-blog-page .ai-post-heading-description {
	max-width: 720px;
	margin-top: 18px;
	font-size: 18px;
	line-height: 1.8;
	color: var(--ai-post-muted);
}

#ai-post-archive-page .ai-post-heading-description p,
#ai-post-index-page .ai-post-heading-description p,
#ai-post-blog-page .ai-post-heading-description p {
	margin: 0;
}

#ai-post-archive-page .ai-post-list,
#ai-post-index-page .ai-post-list,
#ai-post-blog-page .ai-post-list {
	margin: 0;
}

#ai-post-archive-page .ai-post-list > article,
#ai-post-index-page .ai-post-list > article,
#ai-post-blog-page .ai-post-list > article {
	display: grid;
	grid-template-columns: minmax(220px, 260px) minmax(0, 1fr);
	gap: 36px;
	align-items: start;
	padding: 34px 0;
	margin: 0;
	border-top: 1px solid var(--ai-post-line);
}

#ai-post-archive-page .ai-post-list > article:first-child,
#ai-post-index-page .ai-post-list > article:first-child,
#ai-post-blog-page .ai-post-list > article:first-child {
	padding-top: 0;
	border-top: 0;
}

#ai-post-archive-page .ai-post-list .wf-td,
#ai-post-index-page .ai-post-list .wf-td,
#ai-post-blog-page .ai-post-list .wf-td {
	display: block;
	width: auto !important;
}

#ai-post-archive-page .ai-post-list .blog-media,
#ai-post-index-page .ai-post-list .blog-media,
#ai-post-blog-page .ai-post-list .blog-media {
	margin: 0;
}

#ai-post-archive-page .ai-post-list .blog-media .rollover,
#ai-post-index-page .ai-post-list .blog-media .rollover,
#ai-post-blog-page .ai-post-list .blog-media .rollover {
	display: block;
	float: none;
	margin: 0;
}

#ai-post-archive-page .ai-post-list .blog-media img,
#ai-post-index-page .ai-post-list .blog-media img,
#ai-post-blog-page .ai-post-list .blog-media img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	border-radius: 20px;
	background: #e6ebef;
}

#ai-post-archive-page .ai-post-list .entry-title,
#ai-post-index-page .ai-post-list .entry-title,
#ai-post-blog-page .ai-post-list .entry-title {
	margin: 0 0 14px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.22;
	letter-spacing: -0.035em;
	word-break: keep-all;
}

#ai-post-archive-page .ai-post-list .entry-title a,
#ai-post-index-page .ai-post-list .entry-title a,
#ai-post-blog-page .ai-post-list .entry-title a {
	color: var(--ai-post-text);
	text-decoration: none;
}

#ai-post-archive-page .ai-post-list .entry-title a:hover,
#ai-post-index-page .ai-post-list .entry-title a:hover,
#ai-post-blog-page .ai-post-list .entry-title a:hover {
	color: var(--ai-post-link);
}

#ai-post-archive-page .ai-post-list .post-meta,
#ai-post-index-page .ai-post-list .post-meta,
#ai-post-blog-page .ai-post-list .post-meta,
#ai-post-single-page .ai-post-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 16px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--ai-post-muted);
}

#ai-post-archive-page .ai-post-list .post-meta a,
#ai-post-index-page .ai-post-list .post-meta a,
#ai-post-blog-page .ai-post-list .post-meta a,
#ai-post-single-page .ai-post-meta a {
	color: inherit;
	text-decoration: none;
}

#ai-post-archive-page .ai-post-list .blog-content > p,
#ai-post-index-page .ai-post-list .blog-content > p,
#ai-post-blog-page .ai-post-list .blog-content > p {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: #4f5d6c;
}

#ai-post-archive-page .ai-post-list .post-details,
#ai-post-index-page .ai-post-list .post-details,
#ai-post-blog-page .ai-post-list .post-details {
	display: none;
}

#ai-post-archive-page .paginator,
#ai-post-index-page .paginator,
#ai-post-blog-page .paginator {
	margin-top: 52px;
}

#ai-post-single-page .ai-post-article {
	padding: 56px 64px;
	border: 1px solid var(--ai-post-line);
	border-radius: 30px;
	background: var(--ai-post-surface);
	box-shadow: 0 30px 80px rgba(24, 36, 48, 0.08);
}

#ai-post-single-page .ai-post-header {
	padding-bottom: 28px;
	border-bottom: 1px solid var(--ai-post-line);
}

#ai-post-single-page .ai-post-meta {
	margin-top: 18px;
	margin-bottom: 0;
}

#ai-post-single-page .post-thumbnail {
	margin: 36px 0 0;
}

#ai-post-single-page .post-thumbnail img,
#ai-post-single-page .post-thumbnail iframe,
#ai-post-single-page .post-thumbnail video {
	display: block;
	width: 100%;
	border-radius: 24px;
}

#ai-post-single-page .ai-post-entry {
	margin-top: 36px;
	font-size: 19px;
	line-height: 1.8;
	color: var(--ai-post-text);
}

#ai-post-single-page .ai-post-entry > *:first-child {
	margin-top: 0;
}

#ai-post-single-page .ai-post-entry ul,
#ai-post-single-page .ai-post-entry ol,
#ai-post-single-page .ai-post-entry blockquote,
#ai-post-single-page .ai-post-entry pre,
#ai-post-single-page .ai-post-entry figure,
#ai-post-single-page .ai-post-entry table {
	margin: 0 0 1.6em;
}

#ai-post-single-page .ai-post-entry p {
	margin: 0 0 0.7em;
}

#ai-post-single-page .ai-post-entry h2,
#ai-post-single-page .ai-post-entry h3,
#ai-post-single-page .ai-post-entry h4,
#ai-post-single-page .ai-post-entry h5,
#ai-post-single-page .ai-post-entry h6 {
	margin: 2.2em 0 0.7em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #101820;
	word-break: keep-all;
}

#ai-post-single-page .ai-post-entry h2 {
	font-size: 36px;
}

#ai-post-single-page .ai-post-entry h3 {
	font-size: 30px;
}

#ai-post-single-page .ai-post-entry h4 {
	font-size: 25px;
}

#ai-post-single-page .ai-post-entry a {
	color: var(--ai-post-link);
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

#ai-post-single-page .ai-post-entry strong {
	color: #101820;
}

#ai-post-single-page .ai-post-entry ul,
#ai-post-single-page .ai-post-entry ol {
	padding-left: 1.35em;
}

#ai-post-single-page .ai-post-entry li + li {
	margin-top: 0.45em;
}

#ai-post-single-page .ai-post-entry blockquote {
	padding: 24px 28px;
	border-left: 4px solid var(--ai-post-link);
	border-radius: 18px;
	background: #f1f6fb;
	color: #284055;
}

#ai-post-single-page .ai-post-entry hr {
	margin: 2.4em 0;
	border: 0;
	border-top: 1px solid var(--ai-post-line);
}

#ai-post-single-page .ai-post-entry img {
	border-radius: 18px;
}

#ai-post-single-page .ai-post-entry img.ai-post-zoomable-image,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content img.ai-post-zoomable-image,
body.single-post.elementor-page-1294 #content .post-thumbnail img.ai-post-zoomable-image {
	cursor: zoom-in;
}

body.single-post.ai-post-image-lightbox-open {
	overflow: hidden;
}

body.single-post .ai-post-image-lightbox {
	position: fixed;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px;
	background: rgba(7, 16, 28, 0.86);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.18s ease;
	z-index: 99999;
}

body.single-post .ai-post-image-lightbox[hidden] {
	display: none;
}

body.single-post .ai-post-image-lightbox.is-visible {
	opacity: 1;
	pointer-events: auto;
}

body.single-post .ai-post-image-lightbox-media {
	display: block;
	max-width: min(1200px, calc(100vw - 48px));
	max-height: calc(100vh - 48px);
	width: auto;
	height: auto;
	border-radius: 18px;
	box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
	background: #ffffff;
	transform: translate3d(0, 0, 0) scale(1);
	transform-origin: center center;
	touch-action: none;
	user-select: none;
	-webkit-user-drag: none;
	will-change: transform;
}

body.single-post .ai-post-image-lightbox-close {
	position: absolute;
	top: 18px;
	right: 18px;
	width: 44px;
	height: 44px;
	border: 0;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.16);
	font-size: 32px;
	line-height: 1;
	color: #ffffff;
	cursor: pointer;
}

body.single-post .ai-post-image-lightbox-close:hover {
	background: rgba(255, 255, 255, 0.24);
}

#ai-post-single-page .ai-post-entry code {
	padding: 0.16em 0.42em;
	border-radius: 8px;
	background: #edf2f7;
	font-size: 0.9em;
}

#ai-post-single-page .ai-post-entry pre {
	padding: 20px 22px;
	border-radius: 18px;
	background: #111827;
	color: #f8fafc;
	overflow-x: auto;
}

#ai-post-single-page .ai-post-entry pre code {
	padding: 0;
	background: transparent;
	color: inherit;
}

#ai-post-single-page .ai-post-entry table {
	width: 100%;
	border-collapse: collapse;
	font-size: 16px;
}

#ai-post-single-page .ai-post-bottom-cta,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta {
	margin-top: 48px;
	padding: 34px 32px;
	border: 1px solid var(--ai-post-line, #dde4e8);
	border-radius: 28px;
	background: #ffffff;
	box-shadow: 0 24px 54px rgba(15, 94, 168, 0.08);
}

#ai-post-single-page .ai-post-bottom-cta > *:last-child,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta > *:last-child {
	margin-bottom: 0;
}

#ai-post-single-page .ai-post-bottom-cta-eyebrow,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-eyebrow {
	margin: 0 0 10px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--ai-post-link, #0f5ea8);
}

#ai-post-single-page .ai-post-bottom-cta-title,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-title {
	margin: 0 0 14px;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: -0.04em;
	color: #101820;
	word-break: keep-all;
}

#ai-post-single-page .ai-post-bottom-cta-description,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-description {
	margin: 0 0 22px;
	font-size: 17px;
	line-height: 1.75;
	color: #506070;
}

#ai-post-single-page .ai-post-bottom-cta-actions,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 18px;
}

#ai-post-single-page .ai-post-bottom-cta-button,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 24px;
	border-radius: 999px;
	background: linear-gradient(135deg, #0f5ea8 0%, #1780dd 100%);
	box-shadow: 0 14px 32px rgba(15, 94, 168, 0.24);
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
	color: #ffffff !important;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

#ai-post-single-page .ai-post-bottom-cta-button:hover,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-button:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 36px rgba(15, 94, 168, 0.28);
	filter: saturate(1.05);
}

#ai-post-single-page .ai-post-bottom-cta-note,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-note {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
	color: #36506a;
}

#ai-post-single-page .ai-post-entry th,
#ai-post-single-page .ai-post-entry td {
	padding: 14px 16px;
	border: 1px solid var(--ai-post-line);
	text-align: left;
}

#ai-post-single-page .ai-post-navigation {
	margin-top: 44px;
	padding-top: 28px;
	border-top: 1px solid var(--ai-post-line);
}

#ai-post-single-page .ai-post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

#ai-post-single-page .ai-post-navigation a,
#ai-post-single-page .ai-post-navigation .disabled {
	display: block;
	min-height: 100%;
	padding: 18px 20px;
	border: 1px solid var(--ai-post-line);
	border-radius: 18px;
	background: #fafcfd;
	text-decoration: none;
	color: var(--ai-post-text);
}

#ai-post-single-page .ai-post-navigation .meta-nav {
	display: block;
	margin-bottom: 8px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--ai-post-muted);
}

#ai-post-single-page .ai-post-navigation .post-title {
	display: block;
	font-size: 18px;
	line-height: 1.5;
}

#ai-post-single-page #comments {
	margin-top: 40px;
	padding: 40px 48px;
	border: 1px solid var(--ai-post-line);
	border-radius: 28px;
	background: var(--ai-post-surface);
	box-shadow: 0 24px 60px rgba(24, 36, 48, 0.06);
}

@media (max-width: 991px) {
	#ai-post-single-page,
	#ai-post-archive-page,
	#ai-post-index-page,
	#ai-post-blog-page {
		padding: 40px 20px 72px;
	}

	#ai-post-archive-page .ai-post-heading-title,
	#ai-post-index-page .ai-post-heading-title,
	#ai-post-blog-page .ai-post-heading-title,
	#ai-post-single-page .ai-post-title {
		font-size: 42px;
	}

	#ai-post-archive-page .ai-post-list > article,
	#ai-post-index-page .ai-post-list > article,
	#ai-post-blog-page .ai-post-list > article {
		grid-template-columns: minmax(180px, 220px) minmax(0, 1fr);
		gap: 28px;
	}

	#ai-post-archive-page .ai-post-list .entry-title,
	#ai-post-index-page .ai-post-list .entry-title,
	#ai-post-blog-page .ai-post-list .entry-title {
		font-size: 28px;
	}

	#ai-post-single-page .ai-post-article {
		padding: 44px 36px;
	}

	#ai-post-single-page .ai-post-bottom-cta,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta {
		padding: 30px 26px;
	}

	#ai-post-single-page .ai-post-bottom-cta-title,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-title {
		font-size: 30px;
	}

	#ai-post-single-page #comments {
		padding: 32px 28px;
	}
}

@media (max-width: 767px) {
	#ai-post-archive-page .ai-post-heading-title,
	#ai-post-index-page .ai-post-heading-title,
	#ai-post-blog-page .ai-post-heading-title,
	#ai-post-single-page .ai-post-title {
		font-size: 34px;
	}

	#ai-post-archive-page .ai-post-heading-description,
	#ai-post-index-page .ai-post-heading-description,
	#ai-post-blog-page .ai-post-heading-description,
	#ai-post-single-page .ai-post-entry {
		font-size: 17px;
	}

	#ai-post-archive-page .ai-post-list > article,
	#ai-post-index-page .ai-post-list > article,
	#ai-post-blog-page .ai-post-list > article {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 28px 0;
	}

	#ai-post-archive-page .ai-post-list .blog-media img,
	#ai-post-index-page .ai-post-list .blog-media img,
	#ai-post-blog-page .ai-post-list .blog-media img {
		aspect-ratio: 16 / 10;
	}

	#ai-post-archive-page .ai-post-list .entry-title,
	#ai-post-index-page .ai-post-list .entry-title,
	#ai-post-blog-page .ai-post-list .entry-title {
		font-size: 25px;
	}

	#ai-post-single-page .ai-post-article {
		padding: 32px 22px;
		border-radius: 22px;
	}

	#ai-post-single-page .post-thumbnail {
		margin-top: 28px;
	}

	#ai-post-single-page .ai-post-entry h2 {
		font-size: 28px;
	}

	#ai-post-single-page .ai-post-entry h3 {
		font-size: 24px;
	}

	#ai-post-single-page .ai-post-entry h4 {
		font-size: 21px;
	}

	#ai-post-single-page .ai-post-bottom-cta,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta {
		margin-top: 40px;
		padding: 26px 20px;
		border-radius: 22px;
	}

	#ai-post-single-page .ai-post-bottom-cta-title,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-title {
		font-size: 26px;
	}

	#ai-post-single-page .ai-post-bottom-cta-description,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-description {
		font-size: 16px;
	}

	#ai-post-single-page .ai-post-bottom-cta-button,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .ai-post-bottom-cta-button {
		width: 100%;
		padding: 14px 20px;
	}

	body.single-post .ai-post-image-lightbox {
		padding: 16px;
	}

	body.single-post .ai-post-image-lightbox-media {
		max-width: calc(100vw - 32px);
		max-height: calc(100vh - 32px);
		border-radius: 14px;
	}

	body.single-post .ai-post-image-lightbox-close {
		top: 12px;
		right: 12px;
		width: 40px;
		height: 40px;
		font-size: 28px;
	}

	#ai-post-single-page .ai-post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	#ai-post-single-page #comments {
		padding: 28px 22px;
		border-radius: 22px;
	}
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts {
	max-width: 980px;
	margin: 0 auto;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .dt-css-grid {
	display: block;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .wf-cell {
	display: block;
	width: 100%;
	padding: 0;
	opacity: 1;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts article.post {
	display: block;
	padding: 36px 0;
	margin: 0;
	border-top: 1px solid #dde4e8;
	background: transparent;
	box-shadow: none;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .wf-cell:first-child article.post {
	padding-top: 0;
	border-top: 0;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .post-content-wrapper {
	max-width: 760px;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .post-entry-content {
	pointer-events: auto;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .heading {
	margin: 0 0 14px;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .heading .post-title {
	font-size: 34px;
	font-weight: 700;
	line-height: 1.24;
	letter-spacing: -0.035em;
	color: #17202a;
	text-decoration: none;
	word-break: keep-all;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #697586;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .entry-meta a,
body.blog.elementor-page-2659 #content .the7-simple-widget-posts .entry-meta span {
	color: inherit;
	text-decoration: none;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .short-description {
	margin: 0;
	font-size: 17px;
	line-height: 1.85;
	color: #4f5d6c;
}

body.blog.elementor-page-2659 #content .the7-simple-widget-posts .box-button {
	display: none;
}

body.single-post.elementor-page-1294 #content {
	max-width: 860px;
	margin: 0 auto;
	padding: 20px 0 88px;
}

body.single-post.elementor-page-1294 #content .elementor-1294 > .elementor-section.elementor-element-2b1cbaf8 {
	margin-top: 28px !important;
	margin-bottom: 24px !important;
	min-height: 0 !important;
	background: transparent !important;
	padding: 12px 0 8px !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 > .elementor-section.elementor-element-2b1cbaf8 > .elementor-container {
	display: block;
	max-width: 860px;
	min-height: 0 !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-71be3635,
body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-398744c {
	width: 100% !important;
	max-width: 100% !important;
	flex: 0 0 100% !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-2b1cbaf8 > .elementor-container > .elementor-column > .elementor-widget-wrap,
body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-71be3635 > .elementor-element-populated,
body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-398744c > .elementor-element-populated {
	padding: 0 !important;
	min-height: 0 !important;
	background: transparent !important;
	align-content: flex-start !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-398744c > .elementor-element-populated {
	margin: 0 !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-a93bb59 {
	min-height: 0 !important;
	margin: 0 0 20px !important;
	background: transparent !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-a93bb59 > .elementor-container {
	max-width: none;
	min-height: 0 !important;
}

body.single-post.elementor-page-1294 #content .elementor-1294 .elementor-element-398744c > .elementor-element-populated > .elementor-background-overlay {
	display: none !important;
	opacity: 0 !important;
}

body.single-post.elementor-page-1294 #content .elementor-widget-post-info {
	margin-bottom: 18px;
}

body.single-post.elementor-page-1294 #content .elementor-post-info {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 16px;
	margin: 0;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.7;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #697586;
}

body.single-post.elementor-page-1294 #content .elementor-post-info a,
body.single-post.elementor-page-1294 #content .elementor-post-info span,
body.single-post.elementor-page-1294 #content .elementor-post-info time {
	color: inherit;
	text-decoration: none;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content {
	padding-top: 8px;
}

body.single-post.elementor-page-1294 #content .elementor-element-86fd762 {
	margin-bottom: 0;
	text-align: left !important;
}

body.single-post.elementor-page-1294 #content .elementor-element-86fd762 .elementor-heading-title {
	margin: 0;
	font-size: 52px;
	font-weight: 700;
	line-height: 1.12;
	letter-spacing: -0.04em;
	color: #17202a;
	word-break: keep-all;
}

body.single-post.elementor-page-1294 #content .elementor-element-9d95af6,
body.single-post.elementor-page-1294 #content .elementor-element-4dab9fe {
	display: none;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .elementor-widget-container {
	font-size: 19px;
	line-height: 1.8;
	color: #17202a;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content ul,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content ol,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content blockquote,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content figure,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content table {
	margin-bottom: 1.6em;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content p {
	margin-bottom: 0.7em;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content h2,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content h3,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content h4,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content h5,
body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content h6 {
	margin: 2.1em 0 0.7em;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: -0.03em;
	color: #101820;
	word-break: keep-all;
}

body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content a {
	color: #0f5ea8;
	text-decoration: underline;
	text-underline-offset: 0.14em;
}

body.single-post.elementor-page-1294 #content .elementor-element-bdc3737,
body.single-post.elementor-page-1294 #content .elementor-element-3acf1ce,
body.single-post.elementor-page-1294 #content .elementor-element-04f179e,
body.single-post.elementor-page-1294 #content .elementor-element-4d1b669 {
	display: none;
}

@media (max-width: 767px) {
	body.blog.elementor-page-2659 #content .the7-simple-widget-posts article.post {
		padding: 28px 0;
	}

	body.single-post.elementor-page-1294 #content {
		padding: 20px 16px 72px;
		box-sizing: border-box;
	}

	body.blog.elementor-page-2659 #content .the7-simple-widget-posts .heading .post-title {
		font-size: 26px;
	}

	body.blog.elementor-page-2659 #content .the7-simple-widget-posts .short-description,
	body.single-post.elementor-page-1294 #content .elementor-widget-theme-post-content .elementor-widget-container {
		font-size: 17px;
	}

	body.single-post.elementor-page-1294 #content .elementor-element-86fd762 .elementor-heading-title {
		font-size: 34px;
	}

	body.single-post.elementor-page-1294 #content .elementor-1294 > .elementor-section.elementor-element-2b1cbaf8 {
		margin-top: 20px !important;
		margin-bottom: 18px !important;
		padding: 8px 0 4px !important;
	}
}
