/* Keep the complete editorial cover without creating empty vertical space. */
.article-feature-image {
  height: auto;
  aspect-ratio: auto;
  object-fit: contain;
  background: var(--paper2);
}
