/* hide "Powered by Gatus" footer */
footer { display: none !important; }
/* swap to the white mark on dark backgrounds */
.dark img[alt="Gatus"] { content: url("https://balladic.com/logo-white.svg"); }
/* drop the "Health Dashboard" heading + subheading block */
div:has(> h1.text-4xl.font-bold.tracking-tight):has(> p.text-muted-foreground) { display: none !important; }
/* drop the search / filter bar */
div.bg-card.rounded-lg.border:has(#search-input) { display: none !important; }
/* shrink the logo by 35% */
img[alt="Gatus"] { width: 65% !important; height: 65% !important; }
