/* FORCE HIDE TEAM SECTION - Ultra specific selectors */
body .elementor-section:nth-of-type(n) .elementor-heading-title {
    visibility: visible !important;
}

/* Hide any section with George Harry content */
body .elementor-element:has(*:contains('George Harry')),
body section:has(*:contains('George Harry')),
body .elementor-top-section:has(*:contains('George Harry')),
body .elementor-inner-section:has(*:contains('George Harry')) {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    max-height: 0 !important;
    overflow: hidden !important;
    margin: 0 !important;
    padding: 0 !important;
}
