/* Esconde a seção de newsletter */
#newsletter, .newsletter, .rodape-newsletter {
    display: none !important;
}

/* Tarja no topo com a cor principal do tema */
.topo-tarja {
    width: 100%;
    height: 10px; /* Ajuste a altura conforme necessário */
    background-color: #ff6600; /* Substitua pela cor principal do seu tema */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
