/**
 * Navegação automática — integração nativa com Veen.
 *
 * Importante: este arquivo NÃO cria grid próprio para header/footer.
 * O layout permanece 100% a cargo do tema pai.
 */

/* Header: apenas pequenos detalhes para os itens automáticos seguirem o menu Veen. */
#header .main-nav .vch-auto-menu-item > a,
.mobile.main-nav .vch-auto-menu-item > a {
    white-space: nowrap;
}

/* O item Categorias é um parent normal do Veen; o tema controla abertura/fechamento. */
#header .main-nav .vch-menu-categories > .sub-menu,
.mobile.main-nav .vch-menu-categories > .sub-menu {
    margin-top: 0;
}

/* Footer: listas limpas dentro dos widgets nativos do Veen. */
#footer .vch-auto-footer-widget .vch-footer-links,
#footer .vch-auto-footer-widget .vch-footer-links li {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
}

#footer .vch-auto-footer-widget .vch-footer-links {
    margin-top: 0;
    margin-bottom: 0;
}

#footer .vch-auto-footer-widget .vch-footer-links li + li {
    margin-top: 7px;
}

#footer .vch-auto-footer-widget .vch-footer-links a {
    text-decoration: none;
}

#footer .vch-auto-footer-widget .vch-footer-social-text {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

#footer .vch-auto-footer-widget .vch-footer-social-text__title {
    display: block;
    margin: 0 0 10px;
    color: inherit;
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

/* Redes sociais são propositalmente apenas texto. */
#footer .vch-footer-links--social a::before,
#footer .vch-footer-links--social a::after {
    content: none !important;
    display: none !important;
}

/* No tema claro, o separador usa a cor do próprio footer sem impor fundo ou layout. */
html:not(.vch-dark-mode) #footer .vch-auto-footer-widget .vch-footer-social-text {
    border-top-color: rgba(20, 22, 26, .10);
}

@media (max-width: 767px) {
    #footer .vch-auto-footer-widget .vch-footer-social-text {
        margin-top: 16px;
        padding-top: 14px;
    }
}
