/* Scoped news-card polish. Kept conservative to avoid fighting template themes. */
.news-list,
.news-grid,
.news-cards {
  display: grid;
  gap: 16px;
}

.news-card,
.news-item {
  min-width: 0;
}

.news-card img,
.news-item img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.news-card a,
.news-item a {
  word-break: break-word;
}
