/**
 * Public blog (bloglist.php / blogdetail.php)
 */

.blog-list-page .blog-card-grid .blog-image img {
	max-height: 160px;
	object-fit: cover;
}

.blog-detail-page .blog-detail-hero {
	max-height: 220px;
	object-fit: cover;
}

/* Three cards per row: prevent flex overflow in narrow columns */
.blog-list-page .col-xl-4,
.blog-list-page .col-lg-4 {
	min-width: 0;
}

.blog-detail-page .blog-article-content img {
	max-width: 100%;
	height: auto;
}

.blog-list-page .pagination .page-item.active .page-link {
	background-color: var(--primary, #155658);
	border-color: var(--primary, #155658);
}

.blog-detail-page .blog-article-content {
	font-size: 1rem;
	line-height: 1.7;
}

.blog-detail-page .blog-article-content p:last-child {
	margin-bottom: 0;
}
