/* Header */
.header-main,
.header-top,
.header-bottom {
	border-bottom: 1px solid #e4e4e7;
}

.builder-item--logo .site-title {
	font-weight: 700;
	letter-spacing: -0.02em;
}

/* Footer */
.footer-bottom .builder-item.cr {
	font-size: 13px;
	opacity: 0.75;
}

/* Blog / archive card grid */
.layout-grid .article-content-col {
	border: 1px solid #e4e4e7;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.layout-grid .article-content-col:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.layout-grid .nv-post-thumbnail-wrap img {
	border-radius: 8px 8px 0 0;
}

@media (max-width: 600px) {
	.layout-grid .article-content-col:hover {
		transform: none;
	}
}

/* Category counts: sidebar, header menu, mobile drawer */
.widget_categories .nevex-cat-count,
.nav-ul .nevex-cat-count,
.header-menu-sidebar .nevex-cat-count,
.nv-page-title .nevex-cat-count,
.nevex-cat-count {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 1.5em;
	margin-left: 0.4em;
	padding: 0.05em 0.5em;
	border-radius: 999px;
	background: #eef2ff;
	color: #3730a3;
	font-size: 0.78em;
	font-weight: 700;
	line-height: 1.4;
	vertical-align: middle;
}

.header-menu-sidebar .nevex-cat-count,
.nav-ul .nevex-cat-count {
	background: rgba(37, 99, 235, 0.12);
	color: #1e3a8a;
}

.nevex-cat-count--title {
	font-size: 0.55em;
	position: relative;
	top: -0.15em;
}

.nav-ul .menu-item > .wrap > a,
.header-menu-sidebar .menu-item > .wrap > a {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	flex-wrap: wrap;
}

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget_categories li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.35rem;
	margin: 0.45em 0;
}

.widget_categories .children {
	flex: 1 1 100%;
	width: 100%;
	margin: 0.25em 0 0.15em 0.9em;
	padding: 0;
}

.nevex-cat-archive-count {
	margin: 0.25rem 0 1rem;
	color: #52525b;
	font-size: 0.95rem;
}

/* Cleaner author meta */
.nv-meta-list .meta.author .author-name {
	font-weight: 600;
}

/* More readable card excerpts */
.layout-grid .excerpt-wrap p {
	color: #3f3f46;
	line-height: 1.55;
	font-size: 0.95rem;
}

/* Date meta slightly quieter */
.nv-meta-list .meta.date {
	color: #52525b;
}
