.site-main--nova-news {
	padding: 2.5rem 1.25rem 4rem;
}

.nova-news-shell {
	width: min(100%, 1120px);
	margin: 0 auto;
}

.nova-news-archive__header,
.nova-news-article__header {
	margin-bottom: 2rem;
}

.nova-news-archive__eyebrow,
.nova-news-article__category,
.nova-news-article__region {
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.nova-news-archive__eyebrow {
	margin: 0 0 0.5rem;
	color: #b91c1c;
}

.nova-news-archive__title,
.nova-news-article__title {
	margin: 0;
	line-height: 1.1;
}

.nova-news-archive__title {
	font-size: clamp(2rem, 4vw, 3rem);
}

.nova-news-article__title {
	font-size: clamp(2.4rem, 5vw, 4rem);
}

.nova-news-archive__description,
.nova-news-article__excerpt {
	max-width: 70ch;
	margin: 0.85rem 0 0;
	color: #4b5563;
	font-size: 1.05rem;
	line-height: 1.7;
}

.nova-news-archive__results,
.nova-news-article__meta {
	margin: 1rem 0 0;
	color: #6b7280;
}

.nova-news-archive__filters {
	display: grid;
	gap: 1rem;
	margin-bottom: 2rem;
	padding: 1.5rem;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 18px;
	background: #f8fafc;
}

.nova-news-archive__filter-title {
	margin: 0 0 0.65rem;
	font-size: 1rem;
}

.nova-news-archive__chips,
.nova-news-article__eyebrow,
.nova-news-article__terms {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

.nova-news-archive__chip,
.nova-news-article__term,
.nova-news-article__category,
.nova-news-article__region,
.nova-news-card__category {
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: #fff;
	color: #111827;
	text-decoration: none;
}

.nova-news-archive__chip.is-active {
	background: #111827;
	color: #fff;
}

.nova-news-archive__grid {
	margin-top: 1.5rem;
}

.nova-news-archive__pagination {
	margin-top: 2rem;
}

.nova-news-card--archive {
	height: 100%;
}

.nova-news-card__category {
	font-weight: 700;
}

.nova-news-card__author::before,
.nova-news-card__views::before,
.nova-news-card__date::before {
	content: "•";
	margin-right: 0.5rem;
	color: #9ca3af;
}

.nova-news-card__date:first-child::before,
.nova-news-card__author:first-child::before,
.nova-news-card__views:first-child::before {
	content: none;
	margin-right: 0;
}

.nova-news-article {
	margin: 0 auto;
}

.nova-news-article__meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1rem;
	font-size: 0.95rem;
}

.nova-news-article__thumbnail {
	margin-bottom: 2rem;
	border-radius: 24px;
	overflow: hidden;
	background: #f3f4f6;
}

.nova-news-article__image,
.nova-news-article__thumbnail .nova-news-fallback-thumbnail {
	display: block;
	width: 100%;
	height: auto;
}

.nova-news-article__content {
	font-size: 1.05rem;
	line-height: 1.8;
}

.nova-news-article__content > * + * {
	margin-top: 1.25rem;
}

.nova-news-article__content img {
	max-width: 100%;
	height: auto;
	border-radius: 18px;
}

.nova-news-article__footer {
	margin-top: 2.5rem;
	padding-top: 1.5rem;
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.nova-news-article__footer-title {
	margin: 0 0 0.85rem;
	font-size: 1rem;
}

.post-navigation {
	width: min(100%, 1120px);
	margin: 2rem auto 0;
	padding: 0 1.25rem;
}

@media (max-width: 782px) {
	.site-main--nova-news {
		padding-right: 1rem;
		padding-left: 1rem;
	}

	.nova-news-archive__filters {
		padding: 1rem;
	}

	.nova-news-article__title {
		font-size: clamp(2rem, 10vw, 3rem);
	}
}
