/* Hide powered by listmonk footer */
footer a[href*="listmonk.app"] {
  display: none !important;
}
/* Alternative: hide the entire footer paragraph containing the link */
footer p:has(a[href*="listmonk.app"]) {
  display: none !important;
}