

/* BHR Core v0.8.3: light fallback only; theme classes still drive the look. */
.bhr_archive_title {
    margin-bottom: 1rem;
}
.bhr_hp2_container .bhr_hp2_grid {
    align-items: stretch;
}
.bhr_hp2_block {
    text-decoration: none;
}
.bhr_hp2_image_wrap img {
    width: 100%;
    height: auto;
    display: block;
}




/* BHR Core v0.8.5: let the active BHR skin own HP2 archive card styling. */
.bhr_archive_title {
    margin-bottom: 1rem;
}


/* BHR Core v0.9.2: Related Posts */
.bhr-core-related-posts {
    margin: 2rem 0;
}
.bhr-core-related-title {
    margin: 0 0 1rem;
}


/* BHR Core v0.9.3: Homepage Sections */
.bhr-core-home-section {
    margin: 2rem 0;
}
.bhr-core-home-section-title {
    margin: 0 0 1rem;
}


/* BHR Core v0.9.4 fallback card renderer */
.bhr-core-archive-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.35rem;
}
.bhr-core-card {
    background: #fff;
    border: 1px solid rgba(20,30,45,.14);
    border-radius: 10px;
    overflow: hidden;
}
.bhr-core-card-link {
    color: inherit;
    text-decoration: none;
    display: block;
}
.bhr-core-card-image {
    position: relative;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #111827;
}
.bhr-core-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.bhr-core-card-badge {
    position: absolute;
    top: .55rem;
    padding: .3rem .55rem;
    border-radius: 6px;
    color: #fff;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
}
.bhr-core-card-type { left: .55rem; background: #0b83d8; }
.bhr-core-card-score { right: .55rem; background: #0b83d8; }
.bhr-core-card-body { padding: 1rem; }
.bhr-core-card-title { margin: 0 0 .75rem; font-size: 1.05rem; line-height: 1.25; }
.bhr-core-card-summary { margin: 0; color: #4b5563; line-height: 1.55; }


/* BHR Core v0.9.6: genre archive intro */
.bhr-genre-archive-intro {
    margin: 0 0 1.5rem;
}
