/* Dynamic covers prioritize complete subjects over edge-to-edge cropping. */
.news-thumb {
  background: #f2efe8;
}

.news-thumb img {
  object-fit: contain;
  object-position: center;
}

.news-card:hover .news-thumb img {
  transform: scale(1.018);
}
