#settings { display: none !important; }
#social { display: none !important; }
div.flex.flex-col.lg\:flex-row.gap-3.lg\:gap-4.p-3.sm\:p-4.bg-card.rounded-lg.border { display: none !important; }
/* Logo: Gatus zwaengt es in einen fixen 48px-QUADRAT-Container (w-12 h-12), der die
   breite Grafik (500x114, ~4.4:1) staucht. Container-Zwang loesen (:has, auto) und das
   Bild auf Homepage-Mass setzen (dort img.header-logo max-height:26px). */
div:has(> img[src*="logo.png"]) { width: auto !important; height: auto !important; }
img[src*="logo.png"] { height: 26px !important; width: auto !important; max-width: none !important; }
