footer { display: none !important; }
/* No logo: hide the header logo <img> (alt="Gatus" is hardcoded, and with
   ui.logo unset it would show the bundled Gatus logo). */
img[alt="Gatus"] { display: none !important; }
div:has(> img[alt="Gatus"]) { display: none !important; }  /* its 48px box */
/* Hide both generic subtitle lines: the hardcoded "System Monitoring
   Dashboard" under the header, and the dashboard subheading (an empty
   config value falls back to "Monitor the health of your endpoints…"). */
h1 + p { display: none !important; }
span[class*="cursor-pointer"] {
  pointer-events: none;
  cursor: default !important;
  text-decoration: none !important;
}
