/* CGC_HIDE_INNER_PAGE_TITLES_V1 */

/*
 * Hide only recognized top-title / hero containers.
 * Main article/body headings inside content are intentionally untouched.
 */
.page-hero,
.page-header,
.page-title-wrap,
.page-title-area,
.category-hero,
.category-header,
.category-title-wrap,
.post-hero,
.post-header,
.post-title-wrap,
.board-hero,
.board-header,
.archive-hero,
.archive-header,
.content-hero,
.content-header,
.inner-hero,
.inner-page-hero,
.sub-hero,
.subpage-hero,
.title-hero {
    display: none !important;
}

/*
 * Fallback class added by JS only when a top heading
 * is confidently identified as the page-title area.
 */
.cgc-hidden-top-page-title {
    display: none !important;
}

/*
 * Remove leftover top gap only when our fallback class is used.
 */
main > .cgc-hidden-top-page-title + * {
    margin-top: 0 !important;
}