/* Give both editorial cards an equal share of the desktop row. */
.editorial > .editorial-card {
  min-width: 0;
}

@media (min-width: 921px) {
  .editorial {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
