/* Scoped to pages with an explicit photo manifest. */
.editorial-with-photos .editorial-photo-hero{display:grid;grid-template-columns:1.05fr 1fr;gap:48px;align-items:center}
.editorial-with-photos .editorial-photo{margin:0;min-width:0}
.editorial-with-photos .editorial-photo-frame{aspect-ratio:3/2;background:#eef1f0;overflow:hidden;border-radius:6px}
.editorial-with-photos .editorial-photo-frame img{display:block;width:100%;height:100%;object-fit:contain}
.editorial-with-photos .editorial-photo figcaption{font-size:13px;line-height:1.5;color:#555;margin-top:10px}
.editorial-with-photos .editorial-prose{max-width:none}
.editorial-with-photos .editorial-prose>p{max-width:900px}
.editorial-with-photos .editorial-photo-row{display:grid;grid-template-columns:1.2fr 1fr;gap:48px;align-items:center;border-top:1px solid #e3e3e3;margin-top:44px;padding-top:44px}
.editorial-with-photos .editorial-photo-copy h2{font-size:29px;line-height:1.3;font-weight:750;margin:0 0 20px;scroll-margin-top:115px}
.editorial-with-photos .editorial-photo-copy p:last-child{margin-bottom:0}
@media(min-width:768px){
 .editorial-alternating-photos .editorial-photo-row:nth-of-type(odd){grid-template-columns:1fr 1.2fr}
 .editorial-alternating-photos .editorial-photo-row:nth-of-type(odd)>.editorial-photo{order:-1}
}
@media(max-width:991px){.editorial-with-photos .editorial-photo-hero,.editorial-with-photos .editorial-photo-row{gap:28px}}
@media(max-width:767px){
 .editorial-with-photos .editorial-photo-hero,.editorial-with-photos .editorial-photo-row{grid-template-columns:1fr;gap:24px}
 .editorial-with-photos .editorial-photo-row{margin-top:34px;padding-top:34px}
 .editorial-with-photos .editorial-photo-copy h2{font-size:25px}
 .editorial-alternating-photos .editorial-photo-row>.editorial-photo{order:-1}
}

/* Allow wide tables to scroll within the photo/text grid column. */
.editorial-with-photos .editorial-photo-copy{min-width:0}
