/* Hide GitHub icon in bottom-right corner */
#social {
  display: none !important;
}
/* Hide "Powered by Gatus" footer text */
footer {
  display: none !important;
}
/* Hide dashboard heading/subheading whitespace */
.dashboard-container .mb-6 > .flex.items-center.justify-between.mb-6 {
  display: none !important;
}
