/* Approved editorial collage system: preserve the complete 3:2 artwork. */
.story-card.editorial-story-card{display:grid;grid-template-columns:minmax(0,1fr);grid-template-rows:auto 1fr;min-height:0;direction:rtl}
.editorial-story-card .file-visual.editorial-thumb{width:100%;height:auto;min-height:0;aspect-ratio:3/2;border:0;border-radius:0;background:#0e0e10;box-shadow:none}
.editorial-story-card .editorial-thumb::after{display:none}
.editorial-story-card .editorial-thumb .archive-thumb-photo{position:static;display:block;width:100%;height:100%;object-fit:cover;object-position:center;filter:none;transform:none;transition:none}
.editorial-story-card:hover .editorial-thumb .archive-thumb-photo{filter:none;transform:none}
.editorial-story-card .archive-thumb-label{inset-inline:12px auto;bottom:10px;width:auto;max-width:calc(100% - 24px);padding:4px 7px;border:0;background:#0e0e10e8;color:#ede9df;font:400 10px/1.4 var(--font-body)}
.editorial-story-card .story-body{padding:26px 28px 25px;min-height:236px}
.editorial-story-card .story-body h3{margin-bottom:12px;line-height:1.05}
.editorial-story-card .story-body p{max-width:48ch}
.editorial-story-card .story-body .read-more{padding-top:22px}
@media(max-width:750px){.editorial-story-card .story-body{padding:23px;min-height:220px}.editorial-story-card .archive-thumb-label{font-size:9px}}
@media(max-width:500px){.editorial-story-card .story-body{min-height:0}.editorial-story-card .story-body .read-more{padding-top:20px}}
@media print{.editorial-story-card .file-visual.editorial-thumb{display:none}.story-card.editorial-story-card{display:block}.editorial-story-card .story-body{min-height:0}}
