/* ============ article.css — individual /blog/<slug>/ post pages ============ */
.eb-post{ padding-top:48px; }
.eb-post .eb-container{ max-width:780px; }
.eb-post h2{ margin-top:2rem; font-size:1.4rem; }
.eb-post p{ font-size:1.03rem; }
.eb-post-hero{ border-radius:var(--eb-r-md); overflow:hidden; margin-bottom:28px; }
