/* v54 - Restore blog detail info hero
   Restores the top text/info hero area on blog detail pages.
   Keeps the real cover image inside the article card. */

body[data-page-type="blog"] .cg-blog-info-hero{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
}

body[data-page-type="blog"] .inner-hero{
    display:block!important;
}

/* Blog detail top image remains hidden; image is inside article card. */
body[data-page-type="blog"] .inner-hero .v4-cover-slot{
    display:none!important;
}
