/* Blog grid overlap guard.
   Kept separate so browsers/service workers with stale styles.css still get the card fix. */

.home-blog-grid,
.featured-blog-grid,
.blog-grid {
  align-items: start;
  row-gap: 1.5rem;
}

.home-blog-card,
.blog-card {
  align-self: start;
  box-sizing: border-box;
  height: auto;
  min-height: auto !important;
  overflow: visible;
}

.blog-card p,
.home-blog-card p {
  margin-bottom: 0;
}

.blog-tag-list {
  margin-top: 0.9rem !important;
}
