/* Hide the "Powered by Gatus" footer and its GitHub icon (#social). */
footer, #social { display: none !important; }
/* Hide the search / filter / sort toolbar. */
div.bg-card:has(#search-input) { display: none !important; }
