.blog-filter { display: flex; flex-wrap: wrap; }
.blog-filter a { display: inline-block; text-decoration: none; }
.blog-category-badge { text-decoration: none; }
.blog-list-content { padding: 20px; }
.blog-list-link { text-decoration: none; }
.blog-list-item h2 { margin-top: 0 }
.blog-list-item h2, .blog-list-item p { color:initial }
.blog-read-more { text-decoration: none; }
.blog-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(400px, 1fr)); }
img.blog-list-cover { width: 100%; height: 220px; object-fit: cover; display: block; }
.blog-cover { width: 100%; height: auto; display: block; }

.blog-pagination { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 30px; }
