/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 11 2025 | 21:23:51 */
/* === Esconder o rodapé (melhor tentativa genérica) === */
footer,
.site-footer,
#colophon,
.footer,
.main-footer,
.site-bottom,
.footer-wrap,
.footer-widgets,
.site-info,
.widget-area,
.footer-area,
.page-footer,
.wp-block-template-part__content,
.footer-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

/* Remove espaço que a faixa/rodapé poderia ter criado */
body, .site {
  padding-bottom: 0 !important;
}

/* Garante que barra do admin não seja empurrada por erro (apenas visual) */
body.admin-bar {
  padding-bottom: 0 !important;
}
