.keinfo-brand-name,
a[aria-label="Home"]::after,
svg.h-7.fill-foreground.mx-auto + .sr-only {
  color: transparent;
  background: linear-gradient(115deg, #a78bfa 5%, #54d2d2 95%);
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: 780;
  letter-spacing: -0.045em;
  line-height: 1;
}

a[aria-label="Home"] svg {
  display: none;
}

a[aria-label="Home"]::after {
  content: "KeInfo";
  display: block;
  min-width: 4.3rem;
  font-size: 1.18rem;
}

svg.h-7.fill-foreground.mx-auto {
  display: none;
}

svg.h-7.fill-foreground.mx-auto + .sr-only {
  position: static;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  clip: auto;
  white-space: normal;
  border: 0;
  display: block;
  font-size: 1.7rem;
}
