/* schowaj stopkę na stronach publicznych */
footer, .footer, .lm-footer, .public-footer {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  visibility: hidden !important;
}








html::after {
  content:"CSS działa";
  position: fixed; bottom: 4px; right: 6px;
  background:#111; color:#fff; font: 11px/1 Arial; padding: 2px 4px;
  opacity:.25; z-index: 99999;
}




/* ukryj link/tekst "powered by listmonk" w stopce publicznej */
.footer .powered-by,
.footer a[href*="listmonk.app"] {
  display: none !important;
}