.endpoint-content p[title="Average response time"], /* hide average response time in endpoint details */
.endpoint-content p[title="Minimum and maximum response time"], /* hide minimum and maximum response time in endpoint details */
.suite-content .flex.items-center.justify-between.mb-1, /* hide suite header additional info (success rate, avg. response time) */
.endpoint-header .text-muted-foreground, /* hide endpoint header additional info (group name) */
.suite-header .text-muted-foreground, /* hide suite header additional info (group name, endpoint count) */ 
.endpoint-content .text-xs.text-muted-foreground.mt-1, /* hide oldest/newest result timestamp in endpoint cards */
.suite-content .text-xs.text-muted-foreground.mt-1, /* hide oldest/newest result timestamp in suite cards */
button[title="Show min-max response time"], /* hide min-max response time toggle button */
button[title="Show average response time"], /* hide average response time toggle button */
h3.text-sm.font-semibold.text-muted-foreground.uppercase.tracking-wider.mb-3, /* hide group heading "Suites" */
.lucide-circle-check-big, /* hide green checkmark icon in group header */
.mb-6 > div:has(#search-input), /* hide search/filter bar */
footer.border-t /* hide footer */
{
  display: none;
}
.suite-header { /* hide border-bottom of suite header */
  border-bottom: none !important;
}
#tooltip { /* hide tooltip */
  display: none !important;
}
