/* Hide dashboard heading/subheading from config.yml */
.flex.items-center.justify-between.mb-6 {
  display: none !important;
}

/* Hide group information in endpoint cards */
.endpoint-header .text-muted-foreground > span:first-child {
  display: none !important;
}
.endpoint-header .text-muted-foreground > span:nth-child(2) {
  display: none !important;
}

/* Base styles for endpoint name display */
.endpoint-header span[role="link"],
.endpoint-header .hover\:text-primary {
  display: inline-flex;
  align-items: center;
}

/* Base logo style - applies to all endpoints with logos */
.endpoint-header span[title]::before,
.endpoint-header span[aria-label]::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

/* Limit past announcements */
.past-announcements .space-y-8 > div:nth-child(n+8) {
  display: none !important;
}

/* Endpoint logos */
/* Hosted here: https://cloud.digitalocean.com/spaces/evaro?i=badbe0&path=status%2F */

        .endpoint-header span[title="GitHub"]::before,
.endpoint-header span[aria-label="GitHub"]::before {
  background-image: url("https://storage.evaro.com/status/github.png");
}
            .endpoint-header span[title="Zoho Creator"]::before,
.endpoint-header span[aria-label="Zoho Creator"]::before {
  background-image: url("https://storage.evaro.com/status/zoho-creator.png");
}
            .endpoint-header span[title="Zoho Cliq"]::before,
.endpoint-header span[aria-label="Zoho Cliq"]::before {
  background-image: url("https://storage.evaro.com/status/zoho-cliq.png");
}
            .endpoint-header span[title="e-Surgery"]::before,
.endpoint-header span[aria-label="e-Surgery"]::before {
  background-image: url("https://storage.evaro.com/status/e-surgery.png");
}
            .endpoint-header span[title="Clue"]::before,
.endpoint-header span[aria-label="Clue"]::before {
  background-image: url("https://storage.evaro.com/status/clue.png");
}
    