.logo * {
  display: none !important;
}

.logo {
  font-size: 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
}

/* Logo/imagem à esquerda */
.logo::before {
  content: '';
  display: inline-block !important;
  width: 40px;
  height: 40px;
  background-image: url('https://seliganamagia.com.br/favicon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* Texto à direita */
.logo::after {
  content: 'Se Liga na Magia';
  font-size: 24px !important;
  font-weight: bold;
  color: #6366f1;
}

/* Esconde o "Powered by listmonk" */
.footer, footer, [class*="powered"], .powered-by {
  font-size: 0 !important;
  color: transparent !important;
}

.footer::after, footer::after {
  content: '@seliganamagia';
  font-size: 14px !important;
  color: #9ca3af !important;
  display: block !important;
}