.badge {
  display: inline-block;
  line-height: 1;
  text-align: center;
  color: rgb(var(--color-background));
  word-break: break-word;
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
  text-transform: uppercase;
}
