/* Hide the "Powered by Gatus" footer */
footer { display: none !important; }

/* Hide the Search box */
.rounded-lg.border:has(#search-input) { display: none !important; }
