.badge {
  display: inline-block;
  word-break: break-word;
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-foreground));
  margin-bottom: 0;
}
.badge:not(:last-child)::after {
  content: "";
  width: 0.4rem;
  height: 1rem;
  border-right: 1px solid rgb(var(--color-border));
}