/* Only the article-ending grid; sidebar, body and shell remain outside this boundary. */
.article-end-related-grid.related-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,220px),1fr));gap:12px;margin-top:14px;align-items:stretch}
.article-end-related-grid>.article-end-related-card.related-card{display:flex;flex-direction:column;min-width:0;padding:0;overflow:hidden;border:1px solid #d7e4f3;border-radius:18px;background:#fff;color:var(--text,#17243a);text-decoration:none}
.article-end-related-grid>.article-end-related-card:hover,.article-end-related-grid>.article-end-related-card:focus-visible{border-color:#93b9e5;box-shadow:0 8px 24px rgba(15,23,42,.08)}
.article-end-related-media{display:flex;align-items:center;justify-content:center;width:100%;height:110px;background:#f1f5f9;overflow:hidden;flex-shrink:0}
.article-end-related-grid .article-end-related-media img{display:block;width:100%;height:100%;max-width:100%;object-fit:contain;object-position:center;border:0;border-radius:0;margin:0}
.article-end-related-copy{display:block;min-width:0;padding:12px;overflow-wrap:anywhere}
.article-end-related-grid .article-end-related-copy h3,.article-end-related-grid .article-end-related-copy>strong{display:block;margin:0 0 6px;font-size:16px;line-height:1.5;color:var(--blue,#1d4ed8)}
.article-end-related-grid .article-end-related-copy p,.article-end-related-grid .article-end-related-copy>span:not(.related-card-tag){display:block;margin:0;font-size:13px;line-height:1.75;color:#526277}
.article-end-related-grid .article-end-related-copy .related-card-tag{display:inline-block;margin-bottom:8px}
@media(max-width:640px){
 .article-end-related-grid.related-grid{grid-template-columns:minmax(0,1fr);gap:10px}
 .article-end-related-grid>.article-end-related-card.related-card{display:grid;grid-template-columns:96px minmax(0,1fr);align-items:start;gap:10px;padding:10px;border-radius:14px;min-height:94px}
 .article-end-related-media{width:96px;height:72px;border-radius:8px}
 .article-end-related-copy{padding:0}
 .article-end-related-grid .article-end-related-copy h3,.article-end-related-grid .article-end-related-copy>strong{font-size:15px;line-height:1.5;margin-bottom:5px}
 .article-end-related-grid .article-end-related-copy p,.article-end-related-grid .article-end-related-copy>span:not(.related-card-tag){font-size:12px;line-height:1.6}
 .article-end-related-grid .article-end-related-copy .related-card-tag{font-size:11px;margin-bottom:4px}
}
