/* SRC Insights hub — scoped to .src-insights-hub, inherits theme fonts/colors intentionally
   so it stays consistent with Kadence global styles rather than introducing a new palette. */

.src-insights-hub {
	max-width: 1100px;
	margin: 0 auto;
}

.src-insights-featured {
	padding: 3rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 3rem;
	text-align: center;
}

.src-insights-featured__eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.12em;
	font-size: 0.75rem;
	opacity: 0.65;
	margin-bottom: 0.75rem;
}

.src-insights-featured__title {
	margin: 0 0 1rem;
}

.src-insights-featured__title a {
	text-decoration: none;
}

.src-insights-featured__excerpt {
	max-width: 640px;
	margin: 0 auto 1.25rem;
	font-style: italic;
	opacity: 0.85;
}

.src-insights-lanes {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 2.5rem;
}

.src-insights-lane__label {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 0.85rem;
	opacity: 0.7;
	margin-bottom: 1.25rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.src-insights-lane__grid {
	display: flex;
	flex-direction: column;
	gap: 1.75rem;
}

.src-insights-lane__empty {
	opacity: 0.6;
}

.src-insight-card__title {
	margin: 0 0 0.4rem;
	font-size: 1.05rem;
}

.src-insight-card__title a {
	text-decoration: none;
}

.src-insight-card__excerpt {
	margin: 0 0 0.5rem;
	font-size: 0.92rem;
	opacity: 0.85;
}

.src-insight-card__meta {
	margin: 0 0 0.25rem;
	font-size: 0.78rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	opacity: 0.6;
}

.src-insight-card__topics::before {
	content: " · ";
}

.src-insight-card__byline {
	margin: 0 0 0.5rem;
	font-size: 0.85rem;
	font-style: italic;
	opacity: 0.7;
}

.src-insight-card__link {
	font-size: 0.85rem;
	text-decoration: none;
	font-weight: 600;
}

@media (max-width: 600px) {
	.src-insights-lanes {
		grid-template-columns: 1fr;
	}
}
