.product-blog-hero { height: 380px; background: #e8edf0; }
.product-blog-hero img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-blog .blog-article-body > p:first-child { font-size: 1.18rem; line-height: 1.75; border-left: 4px solid #0085c3; padding: 8px 0 8px 22px; color: #233846; }
.product-blog .product-blog-figure { margin: 38px 0; }
.product-blog .product-blog-figure img { display: block; width: 100%; height: auto; border-radius: 8px; }
.product-blog .product-blog-figure figcaption { margin-top: 10px; font-size: .88rem; line-height: 1.55; color: #52626c; }
.product-blog .product-blog-table { overflow-x: auto; margin: 24px 0; }
.product-blog .product-blog-table table { margin: 0; }
.product-blog .product-blog-table:focus-visible { outline: 3px solid #0085c3; outline-offset: 4px; }
.product-blog h2, .product-blog h3 { scroll-margin-top: 120px; }
.product-blog .blog-article-body h3 { margin-top: 28px; }
.product-blog-preview { padding: 10px 14px; border: 1px solid #c6dce9; background: #f3f9fc; color: #325262; font-size: .88rem; }
.product-blog .blog-breadcrumbs { flex-wrap: wrap; }
.product-blog .blog-card-title { line-height: 1.4; }
@media (max-width: 768px) {
    .product-blog-hero { height: 250px; }
    .product-blog .blog-article-body > p:first-child { font-size: 1.05rem; padding-left: 16px; }
    .product-blog .product-blog-table table { min-width: 480px; }
}
