/* News, topics and info use the shared archive card grid. */
.acmc-news .acmc-hero-copy{width:63%}
.acmc-news--news .acme-link-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.acmc-news .acmc-subjects{display:flex;flex-wrap:wrap;gap:8px 24px;margin:18px 0 0;padding:0 4px;list-style:none;color:#476678;font-size:13px}
.acmc-news .acmc-subjects li{display:flex;align-items:center;gap:8px;margin:0}
.acmc-news .acmc-subjects li::before{content:'';width:6px;height:6px;border-radius:50%;background:#00a5c0}
.acmc-news .acmc-empty{padding:38px 24px;border:1px solid #dceff5;border-radius:16px;background:#f7fcff;text-align:center}
.acmc-news .acmc-empty p{margin:0;color:#476678;font-size:13px;line-height:1.9}
.acmc-news .acmc-empty p:first-child{margin-bottom:8px;color:#123e59;font-size:17px;font-weight:700}
@media(max-width:699px){
 .acmc-news .acmc-hero-copy{width:100%}
 .acmc-news--topics .acmc-hero-copy{padding:24px 20px 28px}
 .acmc-news--news .acme-link-grid{grid-template-columns:1fr}
 .acmc-news .acmc-subjects{gap:8px 16px;font-size:12px}
 .acmc-news .acmc-empty{padding:28px 18px}
}
