.blog-magazine{background:#fff}.blog-feature{position:relative;min-height:400px;display:flex;align-items:flex-end;overflow:hidden;background:var(--brand-primary-dark)}.blog-feature img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;opacity:.72}.blog-feature::after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(0deg,rgba(8,84,117,.9),rgba(8,84,117,.25))}.blog-feature-content{position:relative;z-index:1;width:min(900px,100% - 32px);margin:0 auto;padding:72px 0}.blog-feature .category,.blog-feature h1,.blog-feature p{color:#fff}.blog-feature .category{font-weight:800;text-transform:uppercase}.blog-detail-content .content{font-size:1.05rem}.author-card,.post-nav,.share-row{display:flex;justify-content:space-between;gap:20px;border-top:1px solid var(--brand-border);padding-top:24px;margin-top:28px}.author-card{justify-content:flex-start;background:var(--brand-bg-alt);padding:24px;border-radius:var(--brand-radius)}.author-avatar{width:72px;height:72px;border-radius:50%;-o-object-fit:cover;object-fit:cover;background:var(--brand-border)}.reply-form{margin-top:18px}.related-posts{background:var(--brand-bg-alt)}@media (max-width:768px){.author-card,.post-nav,.share-row{flex-direction:column}}