.tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  background: #ebefe9;
  font-family: var(--font-mono, 'Share Tech Mono', monospace);
  font-size: 14px;
  line-height: 1;
  color: #2e2b2e;
  white-space: nowrap;
}

.tag-letter {
  display: inline;
}
