/* Shared editorial cards; heading level is chosen by the template. */
.section-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:20px}
.section-heading h2{margin:0;padding-left:12px;border-left:4px solid var(--d360-accent);font-size:22px;line-height:1.2}
.section-more{flex-shrink:0;display:inline-flex;align-items:center;min-height:44px;font-size:14px;font-weight:700;text-decoration:none}
.section-more:hover{text-decoration:underline}
.news-grid{display:grid;gap:24px;min-width:0}
.news-card{min-width:0;overflow-wrap:anywhere}
.news-image{display:block;aspect-ratio:16/9;overflow:hidden;background:var(--d360-surface);border-radius:3px;text-decoration:none}
.news-image img{display:block;width:100%;height:100%;object-fit:cover}
.news-image-fallback{display:grid;place-items:center;height:100%;font-size:32px;font-weight:800;color:var(--d360-brand);border:1px solid var(--d360-line)}
.news-copy{min-width:0;padding-top:12px}
.news-category{display:inline-block;color:var(--d360-brand);font-size:12px;font-weight:700;text-decoration:none;line-height:1.3}
.news-category:hover{text-decoration:underline}
.news-card .news-title{font-size:20px;line-height:1.25;margin:8px 0 10px;letter-spacing:0}
.news-title a{color:var(--d360-ink);text-decoration:none}
.news-title a:hover{text-decoration:underline;color:var(--d360-brand)}
.news-date{font-size:12px;color:var(--d360-muted)}
.news-excerpt{font-size:16px;color:var(--d360-muted);margin:0 0 12px;line-height:1.5}
@media(min-width:700px){.news-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:359px){.section-heading{flex-wrap:wrap}}
