:root {
	--news-border: #e9ecef;
}

body {
	background: #f8f9fa;
}

.news-hero .card-img-top {
	max-height: 360px;
	object-fit: cover;
}

.article-thumb {
	height: 190px;
	object-fit: cover;
}

.article-content p,
.article-content li {
	font-size: 1.05rem;
	line-height: 1.75;
}

.card {
	border-color: var(--news-border);
}

@media (max-width: 768px) {
	.article-thumb {
		height: 170px;
	}
}
