/* Veloxi branding on default upstream template (no custom index.html). */

/* Hide Servers toolbar (Metrics / Health / API / Docs). */
div[x-show="showServersHeader"].flex.flex-wrap.items-center.justify-between {
  display: none !important;
}

/* Brand header title without replacing the Go template. */
header h1.text-base.font-semibold.text-primary {
  font-size: 0 !important;
  line-height: 0;
}
header h1.text-base.font-semibold.text-primary::after {
  content: "Veloxi Status";
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: var(--text-primary);
}

header img[alt="Logo"] {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
