.featured-blog-shell{background:var(--brand-bg-alt)}.featured-blog-card{display:grid;grid-template-columns:1fr 1fr;grid-gap:32px;gap:32px;align-items:center;background:#fff;border:1px solid var(--brand-border);padding:32px}.featured-blog-card figure{margin:0}.featured-blog-card img{width:100%;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.blog-row h2 a,.featured-blog-card h2 a{color:var(--brand-primary)}.blog-layout{display:grid;grid-template-columns:minmax(0,1fr) 320px;grid-gap:36px;gap:36px}.blog-row{border-bottom:1px solid var(--brand-border);padding:0 0 26px;margin-bottom:26px}.blog-meta{color:var(--brand-muted);font-size:.9rem}.recent-panel{border:1px solid var(--brand-border);padding:24px;align-self:start;position:sticky;top:92px}.recent-panel ul{list-style:none;padding:0;margin:0;display:grid;grid-gap:14px;gap:14px}.recent-panel li{display:grid;grid-gap:4px;gap:4px}.recent-panel a{font-weight:800}.recent-panel span{color:var(--brand-muted);font-size:.86rem}@media (max-width:991px){.blog-layout,.featured-blog-card{grid-template-columns:1fr}.recent-panel{position:static}}