.compact-article{background:var(--brand-bg)}.compact-article .container{display:grid;grid-template-columns:minmax(0,1fr) 300px;grid-gap:36px;gap:36px;align-items:start}.article-shell,.recent-panel{background:#fff;border:1px solid var(--brand-border);border-radius:var(--radius-card);padding:34px}.article-shell h1{max-width:840px}.article-author{font-weight:800}.article-content{margin-top:28px}.article-content img{max-width:100%;border-radius:var(--radius-card)}.article-nav{border-top:1px solid var(--brand-border);margin-top:34px;padding-top:24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.article-nav span{display:block;color:var(--brand-muted);font-size:13px;font-weight:900;text-transform:uppercase}.recent-panel h2{font-size:22px}.recent-panel ul{list-style:none;padding:0;margin:0}.recent-panel li{border-top:1px solid var(--brand-border);padding:14px 0}.recent-panel span{display:block;color:var(--brand-muted);font-size:13px}@media (max-width:991px){.compact-article .container{grid-template-columns:1fr}}