.bhb-header {
    max-width: 1200px;
    margin: 0 312px;
    padding: 40px 96px;
}
.bhb-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
}
.bhb-desc {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight:500;
}
p.back-to-bb a{
    text-decoration: none;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 500;
}
p.back-to-bb a .ph-arrow-left{
	padding-right:5px;
}
/* Categories + Date Row */
.bhb-meta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    margin: 25px 0;
}

.bhb-categories {
    display: flex;
    gap: 10px;
}

.bhb-cat {
    background: #eef3ff;
    color: #2563eb;
    padding: 4px 10px;
    border-radius: 6px;
    font-size: 14px;
}

/* Date */
.bhb-date {
    color: #6b7280;
    font-size: 14px;
}

/* Featured Image Card */
.bhb-featured-box {
    width: 100%;
    background: #eaf1ff;
    border-radius: 30px;
    padding: 60px;
    margin-top: 30px;
    text-align: center;
}

.bhb-featured-box img {
    width: 100%;
    max-height: 350px;
    object-fit: cover;
    border-radius: 20px;
}

.bhb-featured-placeholder {
    font-size: 60px;
    opacity: 0.4;
    padding: 60px 0;
}
