.bhb-header {
    max-width: 1340px;
    margin: 0 auto;
    padding: 80px 20px 0 20px;
}
.bhb-breadcrumb a{
    font-size: 13px;
    color: #6B7280;
    text-decoration: none;
}
.bhb-breadcrumb span{
    font-size: 13px;
    color: #6B7280;
    text-decoration: none;
}
.bhb-title {
    font-size: 50px;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: -1.2px;
    margin: 20px 0 24px;
    max-width: 16ch;
}
.bhb-desc {
	max-width: 800px !important;
    font-size: 21px;
    line-height: 1.55;
    color: #6B7280 !important;
    max-width: 64ch;
    margin-bottom: 36px;
}
.bhb-divider {
    border: 0;
    border-top: 1px solid #e5e7eb;
}
.fab-meta-left {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}
.bhb-author-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bhb-author-row span a {
    color: #64748b;
    font-size: 18px;
}
.bhb-author-avatar {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.bhb-author-name {
    font-size: 14px;
    font-weight: 600;
}

.bhb-author-details {
    color: #64748b;
    font-size: 13px;
}
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: #e8f7f7;
    color: #0e7c86;
    border-radius: 0 !important;
    font-weight: 600;
    text-transform: uppercase;
    padding: 6px 12px;
    font-size: 11px;
}

/* 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-meta-left {
    display: flex;
    justify-content: space-between;
    gap: 20px;
	align-items: center;
}

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