/**
 * Havenlytics Realty — Single post only
 */

.hvn-theme-single-post {
	background: var(--hvn-theme-color-white, #fff);
	border: 1px solid var(--hvn-border, var(--hvn-theme-border-color));
	border-radius: var(--hvn-radius, 8px);
	padding: clamp(1.25rem, 3vw, 2.5rem);
	box-shadow: var(--hvn-theme-shadow-sm);
}

.hvn-theme-single-post .hvn-theme-single-title,
.hvn-theme-single-post .entry-title {
	font-size: clamp(1.75rem, 4vw, 2.5rem);
	margin: 0 0 1rem;
	line-height: 1.2;
}

.hvn-theme-single-post .hvn-theme-entry-meta,
.hvn-theme-single-post .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1.25rem;
	margin-bottom: 1.5rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid var(--hvn-border, var(--hvn-theme-border-color));
	font-size: 0.875rem;
	color: var(--hvn-theme-text-muted);
}

.hvn-theme-single-post .hvn-theme-entry-meta span,
.hvn-theme-single-post .entry-meta span {
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
}

.hvn-theme-single-post .hvn-theme-single-featured-image {
	margin-bottom: 1.5rem;
	border-radius: var(--hvn-radius, 8px);
	overflow: hidden;
}

.hvn-theme-single-post .hvn-theme-post-content,
.hvn-theme-single-post .entry-content {
	max-width: 72ch;
	line-height: 1.75;
	font-size: 1.0625rem;
}

.hvn-theme-single-post .hvn-theme-post-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 2rem;
	padding-top: 1.25rem;
	border-top: 1px solid var(--hvn-border, var(--hvn-theme-border-color));
}

.hvn-theme-single-post .hvn-theme-author-box {
	display: flex;
	gap: 1rem;
	margin-top: 2rem;
	padding: 1.25rem;
	background: var(--hvn-bg, var(--hvn-theme-color-gray-100));
	border-radius: var(--hvn-radius, 8px);
}

.hvn-layout-single .post-navigation {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid var(--hvn-border, var(--hvn-theme-border-color));
}

.hvn-layout-single .comments-area {
	margin-top: 2rem;
}

@media (max-width: 767px) {
	.hvn-theme-single-post .hvn-theme-author-box {
		flex-direction: column;
		text-align: center;
	}
}
