/* Keep article-card covers proportional despite HTML width/height attributes. */
.editorial-grid .editorial-cover img { height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
