/* section-blog.css */
.article-card{display:flex;flex-direction:column;min-width:0}
.article-card__img{border-radius:var(--radius);overflow:hidden;aspect-ratio:16/10;background:var(--c-surface);margin-bottom:.8rem}
.article-card__img img{width:100%;height:100%;object-fit:cover}
.article-card h3{font-size:1.02rem;margin-bottom:.3rem;overflow-wrap:break-word}
.article-card p{color:var(--c-muted);font-size:.9rem;margin:0 0 .45rem}
.article-card__meta{font-size:.76rem;color:var(--c-muted)}
.article__hero{border-radius:var(--radius);margin-block:1.5rem;width:100%}
