/* Desktop editorial alignment: the featured image ends with side card two,
   and the featured copy occupies the same band as side card three. */
@media (min-width:1101px){
  .news-lead-layout{--news-row-gap:14px}
  .news-card.news-featured{
    display:grid;
    grid-template-rows:calc(66.6667% - 4.6667px) calc(33.3333% + 4.6667px);
  }
  .news-featured .news-image{
    width:100%;
    height:100%;
    min-height:0;
    flex:none;
  }
  .news-featured .news-copy{
    width:100%;
    height:100%;
    min-height:0;
    overflow:hidden;
  }
  .news-card.news-side{height:100%}
}
