/* Ukryj logo w headerze (zostaw sam tytuł "Damisa Platform Status") */
header img[alt="Gatus"],
header .w-12.h-12 {
  display: none !important;
}

/* Cały blok search + Filter by + Sort by */
.bg-card:has(#search-input),
div:has(> div > #search-input),
div:has(> div > div > #search-input),
div:has(> div > div > div > #search-input) {
  display: none !important;
}

/* Settings panel w lewym dolnym rogu (refresh interval + theme toggle) */
#settings { display: none !important; }

/* Toggle response time button (Activity/Timer) w prawym górnym */
button[title*="response time"] { display: none !important; }

/* "Powered by Gatus" — GitHub icon w prawym dolnym rogu */
#social { display: none !important; }

/* "Powered by Gatus" tekst w footerze */
footer { display: none !important; }
