<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.badge {
  border: 1px solid transparent;
  border-radius: 0.2rem;
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  padding: 0.6rem 1rem;
  text-align: center;
  background-color: rgb(var(--color-badge-background));
  border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
  color: rgb(var(--color-foreground));
  word-break: break-word;
}
</pre></body></html>