/* Blog header only: title + meta row */
.blog-header{margin:10px 0 6px;font-family:'Open Sans',sans-serif}
.blog-header .bh-title{font-size:34px;line-height:1.2;color:#263141;font-weight:700;margin:10px 0}
.blog-header .bh-meta{display:flex;gap:14px;flex-wrap:wrap;color:#637187;font-size:13px;margin-bottom:10px}
.blog-header .bh-meta .dot::before{content:"•";margin:0 6px;color:#93a0b1}
@media (max-width:767px){.blog-header .bh-title{font-size:28px}}
