body.single-post {
	background: #f4f7f8;
	color: #17212b;
}

body.single-post #page,
body.single-post .site,
body.single-post .site-content,
body.single-post .content-area,
body.single-post .site-main,
body.single-post .inside-article {
	background: transparent;
}

body.single-post .site-content {
	display: flex;
	gap: 28px;
	max-width: 1200px;
	margin: 0 auto;
	padding: clamp(28px, 5vw, 68px) 20px;
	align-items: flex-start;
}

body.single-post .content-area {
	min-width: 0;
}

body.single-post.right-sidebar .content-area,
body.single-post.left-sidebar .content-area {
	width: calc(100% - 368px);
}

body.single-post.no-sidebar .content-area {
	width: 100%;
	max-width: 880px;
	margin-right: auto;
	margin-left: auto;
}

body.single-post .inside-article,
body.single-post #right-sidebar .widget,
body.single-post #left-sidebar .widget,
body.single-post #secondary .widget,
body.single-post .post-navigation,
body.single-post .comments-area {
	background: #ffffff;
	border: 1px solid rgba(28, 53, 68, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 45px rgba(24, 45, 59, 0.08);
}

body.single-post .inside-article {
	padding: clamp(28px, 5vw, 56px);
}

body.single-post .entry-header {
	margin-bottom: 30px;
	padding-bottom: 26px;
	border-bottom: 1px solid rgba(28, 53, 68, 0.1);
}

body.single-post .entry-title {
	max-width: 760px;
	margin: 0;
	color: #101820;
	font-size: clamp(32px, 4vw, 48px);
	font-weight: 800;
	line-height: 1.16;
	letter-spacing: 0;
	overflow-wrap: normal;
	word-break: keep-all;
}

body.single-post .entry-meta,
body.single-post .entry-meta a {
	color: #64737f;
	font-size: 14px;
	line-height: 1.5;
	text-decoration: none;
}

body.single-post .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	align-items: center;
	margin-top: 16px;
}

body.single-post .entry-meta a:hover,
body.single-post .entry-content a {
	color: #0f6b72;
}

body.single-post .post-image,
body.single-post .featured-image,
body.single-post .page-header-image-single {
	overflow: hidden;
	margin-bottom: 32px;
	border-radius: 8px;
	background: #e9eef0;
}

body.single-post .post-image img,
body.single-post .featured-image img,
body.single-post .page-header-image-single img {
	display: block;
	width: 100%;
	height: auto;
}

body.single-post .entry-content {
	color: #24323d;
	font-size: 18px;
	line-height: 1.82;
}

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

body.single-post .entry-content a {
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.single-post .entry-content img {
	border-radius: 8px;
}

body.single-post .entry-footer {
	margin-top: 36px;
	padding-top: 24px;
	border-top: 1px solid rgba(28, 53, 68, 0.1);
	color: #64737f;
	font-size: 14px;
}

body.single-post .entry-footer a {
	color: #0f6b72;
	text-decoration: none;
}

body.single-post .post-navigation,
body.single-post .comments-area {
	margin-top: 24px;
	padding: 24px;
}

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

body.single-post .post-navigation .nav-previous,
body.single-post .post-navigation .nav-next {
	margin: 0;
}

body.single-post .post-navigation a {
	display: block;
	min-height: 104px;
	padding: 18px;
	border: 1px solid rgba(28, 53, 68, 0.1);
	border-radius: 8px;
	background: #f8fbfb;
	color: #17212b;
	text-decoration: none;
	transition: border-color 160ms ease, transform 160ms ease;
}

body.single-post .post-navigation a:hover {
	border-color: rgba(15, 107, 114, 0.32);
	transform: translateY(-2px);
}

body.single-post .post-navigation .nav-subtitle {
	display: block;
	margin-bottom: 8px;
	color: #0f6b72;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

body.single-post .post-navigation .nav-title {
	display: block;
	font-size: 16px;
	font-weight: 750;
	line-height: 1.45;
}

body.single-post #right-sidebar,
body.single-post #left-sidebar,
body.single-post #secondary {
	width: 340px;
	padding: 0;
}

body.single-post #right-sidebar .inside-right-sidebar,
body.single-post #left-sidebar .inside-left-sidebar,
body.single-post #secondary .inside-right-sidebar,
body.single-post #secondary .inside-left-sidebar {
	display: grid;
	gap: 18px;
	margin: 0;
}

body.single-post #right-sidebar .widget,
body.single-post #left-sidebar .widget,
body.single-post #secondary .widget {
	margin: 0;
	padding: 24px;
}

body.single-post #right-sidebar .widget-title,
body.single-post #left-sidebar .widget-title,
body.single-post #secondary .widget-title,
body.single-post #right-sidebar h2,
body.single-post #left-sidebar h2,
body.single-post #secondary h2 {
	margin: 0 0 16px;
	color: #101820;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.3;
}

body.single-post #right-sidebar a,
body.single-post #left-sidebar a,
body.single-post #secondary a {
	color: #17212b;
	text-decoration: none;
}

body.single-post #right-sidebar a:hover,
body.single-post #left-sidebar a:hover,
body.single-post #secondary a:hover {
	color: #0f6b72;
}

body.single-post #right-sidebar ul,
body.single-post #left-sidebar ul,
body.single-post #secondary ul {
	margin: 0;
	list-style: none;
}

body.single-post #right-sidebar li,
body.single-post #left-sidebar li,
body.single-post #secondary li {
	padding: 12px 0;
	border-bottom: 1px solid rgba(28, 53, 68, 0.08);
	line-height: 1.45;
}

body.single-post #right-sidebar li:last-child,
body.single-post #left-sidebar li:last-child,
body.single-post #secondary li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

body.single-post .widget_search .search-form,
body.single-post .widget_search .wp-block-search__inside-wrapper {
	display: flex;
	gap: 8px;
}

body.single-post .widget_search input[type="search"],
body.single-post .wp-block-search__input {
	min-width: 0;
	width: 100%;
	height: 46px;
	border: 1px solid rgba(28, 53, 68, 0.14);
	border-radius: 8px;
	background: #f8fbfb;
	color: #17212b;
	font-size: 15px;
}

body.single-post .widget_search input[type="submit"],
body.single-post .widget_search button,
body.single-post .wp-block-search__button {
	height: 46px;
	padding: 0 16px;
	border: 0;
	border-radius: 8px;
	background: #0f6b72;
	color: #ffffff;
	font-weight: 800;
	white-space: nowrap;
}

body.single-post .widget_recent_entries li a,
body.single-post .wp-block-latest-posts li a {
	display: block;
	font-weight: 750;
}

body.single-post .wp-block-latest-posts__post-date {
	display: block;
	margin-top: 5px;
	color: #72808a;
	font-size: 13px;
}

@media (max-width: 1024px) {
	body.single-post .site-content {
		display: block;
		max-width: 880px;
	}

	body.single-post.right-sidebar .content-area,
	body.single-post.left-sidebar .content-area,
	body.single-post #right-sidebar,
	body.single-post #left-sidebar,
	body.single-post #secondary {
		width: 100%;
	}

	body.single-post #right-sidebar,
	body.single-post #left-sidebar,
	body.single-post #secondary {
		margin-top: 24px;
	}
}

@media (max-width: 680px) {
	body.single-post .site-content {
		padding: 22px 14px 42px;
	}

	body.single-post .inside-article {
		padding: 24px 18px;
	}

	body.single-post .entry-title {
		font-size: 30px;
	}

	body.single-post .entry-content {
		font-size: 17px;
		line-height: 1.78;
	}

	body.single-post .post-navigation,
	body.single-post .comments-area,
	body.single-post #right-sidebar .widget,
	body.single-post #left-sidebar .widget,
	body.single-post #secondary .widget {
		padding: 20px;
	}

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

	body.single-post .widget_search .search-form,
	body.single-post .widget_search .wp-block-search__inside-wrapper {
		flex-direction: column;
	}

	body.single-post .widget_search input[type="submit"],
	body.single-post .widget_search button,
	body.single-post .wp-block-search__button {
		width: 100%;
	}
}
