/* Blog single-post readability — scoped to .single-post-page (added in single.php).
   Loaded in <head> with a filemtime version string; overrides the async-loaded
   base.css/blog.css/widgets.css via higher selector specificity. */

/* ---- Reading typography ---- */
.single-post-page .blog-single-post h1 {
	font-size: 38px;
	line-height: 1.2;
	font-weight: 700;
	color: #222;
	letter-spacing: -.01em;
	margin-bottom: 8px;
}
.single-post-page .blog-single-post .postmetadata {
	margin: 0 0 26px;
}
.single-post-page .blog-single-post h6.blog-author {
	color: #57606a;
	font-size: 14px;
	letter-spacing: .05em;
}
.single-post-page .post p {
	font-size: 17px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 24px;
}
.single-post-page .post li {
	font-size: 17px;
	line-height: 1.7;
	color: #333;
	margin-bottom: 10px;
}
.single-post-page .post ul,
.single-post-page .post ol {
	margin-bottom: 24px;
}
.single-post-page .post h2 {
	font-size: 28px;
	line-height: 1.3;
	font-weight: 600;
	color: #222;
	letter-spacing: -.01em;
	margin: 36px 0 14px;
}
.single-post-page .post h3 {
	font-size: 23px;
	line-height: 1.35;
	font-weight: 600;
	color: #222;
	margin: 30px 0 12px;
}
.single-post-page .post h4 {
	font-size: 19px;
	line-height: 1.4;
	font-weight: 600;
	color: #222;
	margin: 26px 0 10px;
}
.single-post-page .post a {
	color: #b45309;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.single-post-page .post a:hover {
	color: #92400e;
}
.single-post-page .post blockquote,
.single-post-page .post blockquote p {
	font-size: 18px;
	line-height: 1.7;
}
.single-post-page .post-tags a {
	text-decoration: none;
}

/* Images: never overflow the column, never upscale the featured image */
.single-post-page .blog-single-post img {
	width: auto;
	max-width: 100%;
	height: auto;
}

/* ---- Share links (replaces the retired FB/Twitter/LinkedIn/G+ widgets) ---- */
.single-post-page .share-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
	list-style: none;
	margin: 32px 0 8px;
	padding: 18px 0 0;
	border-top: 1px solid #e5e7eb;
}
.single-post-page .share-links li {
	margin: 0;
	line-height: 1;
}
.single-post-page .share-links .share-label {
	font-weight: 600;
	color: #374151;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: .06em;
}
.single-post-page .share-links a {
	display: inline-block;
	padding: 8px 14px;
	border: 1px solid #d1d5db;
	border-radius: 999px;
	font-size: 14px;
	color: #374151;
	text-decoration: none;
}
.single-post-page .share-links a:hover {
	border-color: #b45309;
	color: #b45309;
}

/* ---- Auto-injected AI cluster blocks (inc/vsl-ai-seo.php) ---- */
.single-post-page .vsl-ai-related {
	margin: 40px 0;
	padding: 22px 26px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-left: 4px solid #fd8d27;
	border-radius: 10px;
}
.single-post-page .vsl-ai-related h3 {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .07em;
	color: #6b7280;
}
.single-post-page .vsl-ai-related ul {
	margin: 0;
	list-style: none;
}
.single-post-page .vsl-ai-related li {
	margin: 0;
	padding: 10px 0;
}
.single-post-page .vsl-ai-related li + li {
	border-top: 1px solid #f3f4f6;
}
.single-post-page .vsl-ai-related li a {
	display: block;
	position: relative;
	padding-left: 26px;
	color: #b45309;
	font-weight: 600;
	text-decoration: none;
}
.single-post-page .vsl-ai-related li a:before {
	content: "\2192";
	position: absolute;
	left: 0;
	color: #fd8d27;
	transition: transform .15s ease;
}
.single-post-page .vsl-ai-related li a:hover {
	color: #92400e;
	text-decoration: underline;
}
.single-post-page .vsl-ai-related li a:hover:before {
	transform: translateX(4px);
}
.single-post-page .vsl-ai-cta {
	margin: 40px 0;
	padding: 34px 32px 36px;
	background: linear-gradient(135deg, #fd8d27 0%, #e07b00 100%);
	border-radius: 12px;
	text-align: center;
	box-shadow: 0 12px 28px rgba(224, 123, 0, .28);
}
.single-post-page .vsl-ai-cta h3 {
	margin: 0 0 14px;
	color: #fff;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, .25);
}
.single-post-page .vsl-ai-cta p {
	margin: 0 auto 22px;
	max-width: 580px;
	color: #fff;
}
.single-post-page .vsl-ai-cta p a {
	color: #fff;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 2px;
}
.single-post-page .vsl-ai-cta p a:hover {
	color: #ffe3c2;
}
.single-post-page .vsl-ai-cta .vsl-ai-cta-btn {
	display: inline-block;
	background: #00b050;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 14px 34px;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, .25);
	transition: all .2s ease-in-out;
}
.single-post-page .vsl-ai-cta .vsl-ai-cta-btn:hover {
	background: #353c3e;
	color: #fff;
}

/* ---- Author box ---- */
.single-post-page .about-author-sec {
	overflow: hidden; /* contain the floated photo */
}
.single-post-page .about-author-sec img.avatar {
	object-fit: cover;        /* profile photo is portrait; crop, don't squash */
	object-position: top center;
}
.single-post-page .about-author-sec p {
	font-size: 15px;
	line-height: 1.6;
	color: #4b5563;
	margin-bottom: 12px;
}
.single-post-page .about-author-sec .author-bio p:last-child {
	margin-bottom: 0;
}

/* ---- Sidebar ---- */
.single-post-page .sidebar .widget {
	font-size: 15px;
}
.single-post-page .sidebar .widget p {
	font-size: 15px;
	line-height: 1.6;
}
.single-post-page .sidebar h4.subtitle {
	margin-top: 36px;
	font-size: 20px;
	font-weight: 600;
	color: #222;
}
.single-post-page .sidebar .widget ul li {
	color: #374151;
	font-size: 15px;
	line-height: 1.5;
	padding: 10px 0;
	margin-bottom: 0;
}
.single-post-page .sidebar .widget ul li a {
	color: #374151;
	text-decoration: none;
}
.single-post-page .sidebar .widget ul li a:hover {
	color: #b45309;
}
.single-post-page .sidebar .widget .post-date {
	display: block;
	font-size: 13px;
	color: #6b7280;
	margin-top: 2px;
}

/* ---- Desktop layout: flex row so the sidebar can stick while reading ---- */
@media (min-width: 992px) {
	.single-post-page {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.single-post-page > .vertical-space2,
	.single-post-page > .white-space {
		flex-basis: 100%;
		width: 100%;
	}
	.single-post-page > section.omega {
		float: none;
	}
	.single-post-page > aside.sidebar {
		float: none;
		position: sticky;
		top: 24px;
	}
}

/* ---- Mobile: fluid container (theme locks it to 300/420px) + type scale ---- */
@media (max-width: 767px) {
	.single-post-page.container {
		width: auto;
		max-width: 560px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.single-post-page .blog-single-post h1 {
		font-size: 28px;
		line-height: 1.25;
		letter-spacing: -.02em;
	}
	.single-post-page .post h2 {
		font-size: 23px;
	}
	.single-post-page .post h3 {
		font-size: 20px;
	}
}
