/* Hide the search / filter / sort row — not needed for a small endpoint list */
div.flex.flex-col:has(input#search-input) { display: none !important; }
/* Hide the top header bar (title + nav row) */
header { display: none !important; }
/* Hide the GitHub "Gatus on GitHub" icon link in the footer */
#social { display: none !important; }
