/* Hide the header text next to the logo — scoped so the dashboard heading is untouched */
.flex.items-center.gap-3 h1 { display: none !important; }
/* Enlarge logo: free the fixed w-12 h-12 (48px) container */
.flex.items-center.gap-3 > div:first-child { width: auto !important; height: 38px !important; }
.flex.items-center.gap-3 img {
  height: 38px !important; width: auto !important;
  max-width: 280px !important; object-fit: contain !important;
}
/* Remove "Powered by Gatus" footer */
footer { display: none !important; }
/* Remove GitHub corner watermark */
a[href*="github.com/TwiN/gatus"] { display: none !important; }
