/* Single blog post — Spaciaz-inspired, no border-radius */

body.single-post {
	background: #fff;
	color: #24367d;
}

.lh-article-page {
	background: #fff;
	color: #24367d;
}

.lh-article-layout {
	display: grid;
	grid-template-columns: minmax(0, 1.7fr) minmax(16.5rem, 0.78fr);
	gap: 3rem 2.5rem;
	align-items: start;
}

.lh-article__media {
	margin: 0 0 1.5rem;
}

.lh-article__media img {
	width: 100%;
	height: auto;
	max-height: 28rem;
	object-fit: cover;
	border-radius: 0;
}

.lh-article__meta {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin: 0 0 1rem;
}

.lh-article__cat {
	flex-shrink: 0;
	padding: 0.28rem 0.7rem;
	background: #a2d7df;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
	border-radius: 0;
}

.lh-article__line {
	flex: 1 1 auto;
	height: 1px;
	background: rgba(36, 54, 125, 0.16);
}

.lh-article__date {
	flex-shrink: 0;
	font-size: 0.85rem;
	color: #24367d;
}

.lh-article__title {
	margin: 0 0 1.25rem;
	font-size: clamp(1.85rem, 3.2vw, 2.75rem);
	font-weight: 700;
	line-height: 1.15;
	letter-spacing: 0;
	color: #24367d;
}

.lh-article__byline {
	display: flex;
	align-items: center;
	gap: 0.85rem;
	margin: 0 0 1.75rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(36, 54, 125, 0.12);
}

.lh-article__avatar {
	width: 48px;
	height: 48px;
	border-radius: 0;
	object-fit: cover;
}

.lh-article__author {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: #24367d;
}

.lh-article__byline-meta {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	color: #24367d;
	opacity: 0.72;
}

.lh-article__content {
	color: #24367d;
	font-size: 1.05rem;
	line-height: 1.75;
}

.lh-article__content p {
	margin: 0 0 1.15rem;
}

.lh-article__content h2,
.lh-article__content h3 {
	margin: 1.75rem 0 0.75rem;
	color: #24367d;
	letter-spacing: 0;
}

.lh-article__content img {
	border-radius: 0;
}

.lh-article__content blockquote {
	margin: 1.75rem 0;
	padding: 1.25rem 1.5rem 1.25rem 1.75rem;
	border: 0;
	border-left: 3px solid #24367d;
	background: #f4f6f8;
	font-size: 1.12rem;
	font-weight: 600;
	line-height: 1.55;
	color: #24367d;
}

.lh-article__content blockquote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.88rem;
	font-style: normal;
	font-weight: 700;
}

.lh-article__tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin: 2rem 0 0;
}

.lh-article__tags-label {
	margin-right: 0.35rem;
	font-weight: 700;
	color: #24367d;
}

.lh-article__tags a {
	padding: 0.35rem 0.7rem;
	background: #eef1f4;
	font-size: 0.82rem;
	font-weight: 600;
	color: #24367d;
	border-radius: 0;
}

.lh-article__tags a:hover,
.lh-article__tags a:focus-visible {
	background: #24367d;
	color: #fff;
}

.lh-article__nav {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
	margin: 2.25rem 0 0;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(36, 54, 125, 0.12);
}

.lh-article__nav-link {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	color: #24367d;
}

.lh-article__nav-link--next {
	text-align: right;
}

.lh-article__nav-link span {
	font-size: 0.78rem;
	font-weight: 600;
	opacity: 0.65;
}

.lh-article__nav-link strong {
	font-size: 1rem;
	font-weight: 700;
}

.lh-article-aside {
	position: sticky;
	top: calc(var(--header-h) + 1.25rem);
	display: grid;
	gap: 1.75rem;
}

.lh-article-search {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
}

.lh-article-search input {
	min-height: 2.85rem;
	padding: 0 0.9rem;
	border: 0;
	border-radius: 0;
	background: #eef1f4;
	color: #24367d;
}

.lh-article-search button {
	padding: 0 1.1rem;
	border: 0;
	border-radius: 0;
	background: #24367d;
	font-weight: 700;
	color: #fff;
	cursor: pointer;
}

.lh-article-widget h2 {
	margin: 0 0 1rem;
	font-size: 1.15rem;
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-article-widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.lh-article-widget li + li {
	border-top: 1px solid rgba(36, 54, 125, 0.1);
}

.lh-article-widget li a {
	display: flex;
	justify-content: space-between;
	gap: 0.75rem;
	padding: 0.7rem 0;
	color: #24367d;
	font-weight: 600;
}

.lh-article-recent li {
	display: grid;
	grid-template-columns: 4.5rem minmax(0, 1fr);
	gap: 0.75rem;
	padding: 0.7rem 0;
	border-top: 0;
}

.lh-article-recent li + li {
	border-top: 1px solid rgba(36, 54, 125, 0.1);
}

.lh-article-recent__media img {
	width: 4.5rem;
	height: 4.5rem;
	object-fit: cover;
	border-radius: 0;
}

.lh-article-recent time {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.75rem;
	color: #24367d;
	opacity: 0.65;
}

.lh-article-recent div > a {
	display: block;
	padding: 0;
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.3;
	color: #24367d;
}

.lh-article-related {
	margin-top: 3rem;
	padding-top: 2.25rem;
	border-top: 1px solid rgba(36, 54, 125, 0.12);
}

.lh-article-related__title {
	margin: 0 0 1.5rem;
	font-size: clamp(1.6rem, 2.4vw, 2.15rem);
	font-weight: 700;
	letter-spacing: 0;
	color: #24367d;
}

.lh-comments {
	margin-top: 2.5rem;
	padding-top: 1.75rem;
	border-top: 1px solid rgba(36, 54, 125, 0.12);
}

.lh-comments__title,
.lh-comments .comment-reply-title {
	margin: 0 0 1.15rem;
	font-size: 1.35rem;
	font-weight: 700;
	color: #24367d;
}

.lh-comments__list {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
}

.lh-comments .comment {
	margin: 0 0 1.15rem;
	padding: 1rem 0;
	border-bottom: 1px solid rgba(36, 54, 125, 0.1);
	color: #24367d;
}

.lh-comments .comment-form label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #24367d;
}

.lh-comments .comment-form input,
.lh-comments .comment-form textarea {
	width: 100%;
	margin-bottom: 0.85rem;
	padding: 0.7rem 0.85rem;
	border: 0;
	border-radius: 0;
	background: #eef1f4;
	color: #24367d;
}

.lh-comments__submit,
.lh-comments .form-submit input {
	border: 0;
	border-radius: 0;
	background: #24367d;
	color: #fff;
	font-weight: 700;
	min-height: 2.85rem;
	padding: 0 1.2rem;
	cursor: pointer;
}

@media (max-width: 960px) {
	.lh-article-layout {
		grid-template-columns: 1fr;
	}

	.lh-article-aside {
		position: static;
	}

	.lh-article__nav {
		grid-template-columns: 1fr;
	}

	.lh-article__nav-link--next {
		text-align: left;
	}
}
