

.lv-blog-hero,
.lv-blog-list-wrap {
	--lv-accent: var(--theme-primary, #6366f1);
	--lv-accent-soft: rgba(var(--theme-primary-rgb), 0.12);
}

.lv-blog-hero {
	background: linear-gradient(180deg, var(--theme-content-bg-elevated, #f8fafc) 0%, var(--theme-content-bg, #ffffff) 100%);
	border-color: rgba(148, 163, 184, 0.2);
}


.lv-single-hero .lv-single-hero__inner {
	box-sizing: border-box;
	padding-top: 10px;
	padding-bottom: 10px;
}

.lv-breadcrumb a {
	color: var(--theme-primary, #6366f1);
}
.lv-breadcrumb a:hover {
	color: var(--theme-primary-dim, #4338ca);
}


.lv-single-article {
	margin-top: 10px;
	margin-bottom: 10px;
}


.lv-author-card-avatar {
	width: 3rem;
	height: 3rem;
	flex: 0 0 auto;
}
.lv-author-card-avatar__img,
.lv-author-card-avatar img {
	width: 100% !important; 
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}
@media (min-width: 640px) {
	.lv-author-card-avatar {
		width: 3.5rem;
		height: 3.5rem;
	}
}


.lv-author-hero__row {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.25rem;
	margin-top: 1.5rem;
	box-sizing: border-box;
}
@media (min-width: 640px) {
	.lv-author-hero__row {
		flex-direction: row;
		align-items: flex-start;
		gap: 2rem;
	}
	.lv-author-hero__row .lv-author-hero__text {
		text-align: left;
	}
	.lv-author-hero-avatar {
		margin-top: 0.125rem; 
	}
}
.lv-author-hero__text {
	min-width: 0;
	width: 100%;
}
@media (min-width: 640px) {
	.lv-author-hero__text {
		flex: 1 1 0%;
		width: auto;
	}
}
.lv-author-hero-avatar {
	width: 3.5rem;
	height: 3.5rem;
	flex: 0 0 auto;
	box-sizing: border-box;
}
.lv-author-hero-avatar__img,
.lv-author-hero-avatar img {
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	display: block;
}
@media (min-width: 640px) {
	.lv-author-hero-avatar {
		width: 4rem;
		height: 4rem;
	}
}


.lv-post-row {
	box-sizing: border-box;
	margin: 0;
	padding-top: 1.25rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid rgba(15, 23, 42, 0.1);
}
.lv-post-row:first-of-type,
.lv-post-row:first-child {
	padding-top: 0;
}
.lv-post-row:last-of-type,
.lv-post-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
@media (min-width: 640px) {
	.lv-post-row {
		padding-top: 1.5rem;
		padding-bottom: 1.75rem;
	}
	.lv-post-row:first-of-type,
	.lv-post-row:first-child {
		padding-top: 0;
	}
	.lv-post-row:last-of-type,
	.lv-post-row:last-child {
		padding-bottom: 0;
	}
}

.lv-post-row__media {
	aspect-ratio: 16 / 10;
}
@media (min-width: 640px) {
	.lv-post-row__media {
		aspect-ratio: 4 / 3;
		max-height: 220px;
	}
}


.lv-post-row__inner {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
	align-items: stretch;
}
.lv-post-row__text {
	order: 1;
}
.lv-post-row__thumb {
	order: 2;
	width: 100%;
}
@media (min-width: 640px) {
	.lv-post-row__inner {
		flex-direction: row;
		align-items: center;
		gap: 1.75rem;
	}
	.lv-post-row__text {
		order: 1;
		flex: 1 1 0%;
		min-width: 0;
	}
	.lv-post-row__thumb {
		order: 2;
		flex: 0 0 40%;
		max-width: 40%;
		width: 40%;
	}
}


.lv-blog-sidebar {
	width: 100%;
	box-sizing: border-box;
}

.lv-sidebar-widget--hot {
	margin-bottom: 1.25rem;
}
.lv-sidebar-widget__label {
	margin: 0 0 0.75rem 0;
	display: inline-block;
	padding: 0.4rem 0.75rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
	background: var(--theme-primary, #6366f1);
	border-radius: 0.25rem;
}

.lv-sidebar-hot__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1.1rem;
}

.lv-sidebar-hot__link {
	text-decoration: none;
	color: inherit;
}

.lv-sidebar-hot__thumb {
	display: block;
	aspect-ratio: 16 / 10;
	width: 100%;
}


.lv-blog-sidebar .widget {
	margin-bottom: 1.5rem;
}
.lv-blog-sidebar .widget-title {
	margin: 0 0 0.75rem 0;
	padding: 0.4rem 0.75rem;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #ffffff;
	background: var(--theme-primary, #6366f1);
	border-radius: 0.25rem;
}
.lv-blog-sidebar .widget-title a {
	color: inherit;
	text-decoration: none;
}


.lv-blog-sidebar-wrap {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 2rem;
	width: 100%;
}

@media (min-width: 1024px) {
	.lv-blog-sidebar-wrap {
		flex-direction: row;
		align-items: flex-start;
		gap: 2.5rem;
	}

	.lv-blog-sidebar-wrap__main {
		flex: 1 1 0%;
		min-width: 0;
	}

	.lv-blog-sidebar {
		width: 20rem;
		max-width: 22rem;
		flex: 0 0 auto;
	}
}

.lv-pagination-shell .page-numbers {
	color: #334155;
	font-weight: 600;
}
.lv-pagination-shell a.page-numbers {
	color: #4f46e5;
	border: 1px solid rgba(15, 23, 42, 0.12);
	background: #ffffff;
	padding: 0.35rem 0.65rem;
	border-radius: 0.35rem;
	margin: 0 0.15rem;
}
.lv-pagination-shell .page-numbers.current,
.lv-pagination-shell a.page-numbers:hover {
	background: var(--theme-primary, #6366f1);
	border-color: var(--theme-primary, #6366f1);
	color: var(--theme-primary-contrast, #ffffff);
}

.lv-pagination-shell .nav-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.35rem 0.3rem;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

.lv-pagination-shell .nav-links a,
.lv-pagination-shell .nav-links span {
	margin: 0;
}

/* Darker article/list copy than theme-style #main-content p (#475569); hot titles stay slate, not link-colored */
#main-content .lv-single-prose p,
#main-content .lv-single-prose li,
#main-content .lv-single-prose dd,
#main-content .lv-single-prose dt,
#main-content .lv-single-prose blockquote,
#main-content .lv-post-row p.line-clamp-3 {
	color: #334155 !important;
}

#main-content .lv-sidebar-hot__link {
	color: #1e293b !important;
}

#main-content .lv-sidebar-hot__link .lv-sidebar-hot__title {
	color: inherit !important;
}

#main-content .lv-sidebar-hot__link:hover,
#main-content .lv-sidebar-hot__link:hover .lv-sidebar-hot__title {
	color: var(--theme-primary, #6366f1) !important;
}

#main-content .lv-author-hero__text .lv-author-bio {
	color: #334155 !important;
}

#main-content .lv-breadcrumb a.text-slate-700 {
	color: #334155 !important;
}

#main-content .lv-breadcrumb a.text-slate-700:hover {
	color: var(--theme-primary, #6366f1) !important;
}

@media (max-width: 639.98px) {
	.lv-blog-hero h1,
	.lv-blog-list-wrap h1 {
		font-size: clamp(1.15rem, 4.5vw, 1.65rem);
		line-height: 1.2;
	}
	.lv-breadcrumb,
	.lv-breadcrumb a,
	.lv-single-breadcrumb,
	.lv-single-breadcrumb a {
		font-size: 0.75rem;
	}
	.lv-blog-hero > .mx-auto > p,
	.lv-blog-hero > div > p {
		font-size: 0.65rem;
	}
	.lv-post-row h2,
	.lv-post-row h2 a {
		font-size: 1.05rem;
		line-height: 1.3;
	}
	.lv-post-row .line-clamp-3,
	.lv-post-row p {
		font-size: 0.8125rem;
	}
	.lv-post-row time,
	.lv-post-row .text-xs {
		font-size: 0.7rem;
	}
	.lv-single-article h1 {
		font-size: 1.2rem;
		line-height: 1.3;
	}
	.lv-single-article .entry-content,
	.lv-single-article .entry-content p,
	.lv-single-article .lv-single-prose {
		font-size: 0.9375rem;
	}
	.lv-single-article .lv-single-prose h2,
	.lv-single-article .entry-content h2 {
		font-size: 1.05rem;
	}
	.lv-single-article .lv-single-prose h3,
	.lv-single-article .entry-content h3 {
		font-size: 0.95rem;
	}
	.lv-sidebar-widget__label,
	.lv-blog-sidebar .widget-title {
		font-size: 0.65rem;
		padding: 0.3rem 0.6rem;
	}
	.lv-sidebar-hot__title {
		font-size: 0.8125rem;
	}
	.lv-pagination-shell {
		font-size: 0.8125rem;
	}
	.lv-pagination-shell .page-numbers {
		padding: 0.35rem 0.55rem;
		min-width: 2.25rem;
	}
	.lv-author-hero__text h1 {
		font-size: 1.25rem;
		line-height: 1.25;
	}
	.lv-author-hero__text p {
		font-size: 0.875rem;
	}
	.lv-blog-list-wrap h2 {
		font-size: 1.05rem;
	}
	.post-navigation-wrapper a,
	.post-navigation a {
		font-size: 0.8125rem;
	}
	#lv-author-card-title {
		font-size: 0.8125rem;
	}
	.post-navigation-wrapper span {
		font-size: 0.75rem;
	}
	
	.lv-blog-sidebar-wrap {
		gap: 1.5rem;
	}
	.lv-blog-sidebar {
		margin-top: 0.5rem;
	}
}

