/* =========================================================
   GHOSTBASE V1.9.9.9
   REMOVE O ÚLTIMO GAP ENTRE MENU E HERO
   ========================================================= */

html.gb1997-community-page,
html.gb1997-community-page body{
    margin:0!important;
    padding:0!important;
    overflow-x:hidden!important;
}

/* Hero final sem margem externa superior */
.gb1997-community-page .gb1997-hero{
    margin-top:0!important;
    top:auto!important;
    transform:none!important;
}

/* neutraliza paddings/margens comuns do wrapper imediatamente anterior */
.gb1997-community-page .gb1997-gap-owner{
    padding-top:0!important;
    margin-top:0!important;
    min-height:0!important;
}

/* qualquer spacer detectado é zerado */
.gb1997-community-page .gb1997-gap-spacer{
    display:none!important;
    height:0!important;
    min-height:0!important;
    max-height:0!important;
    padding:0!important;
    margin:0!important;
    border:0!important;
    overflow:hidden!important;
}

/* mantém o hero colado ao topo útil */
.gb1997-community-page .gb1997-hero-inner{
    margin-top:0!important;
}

/* mobile */
@media(max-width:700px){
    .gb1997-community-page .gb1997-hero{
        margin-top:0!important;
    }
}
