.version {
  display: inline-flex;
  color: var(--color-white);
  font-size: var(--font-size);
  font-weight: 500;
  line-height: 1;
  vertical-align: top;
}

.version a {
  background: var(--background-coral-salmon);
  border-radius: 1.6em;
  color: inherit;
  display: inline-flex;
  font-family: 'Moniker', system-ui, -apple-system, sans-serif;
  font-feature-settings: 'case', 'liga';
  font-size: var(--font-size-xxxx-small);
  font-weight: inherit;
  letter-spacing: -0.0125em;
  line-height: 1em;
  margin-left: 0.2em;
  padding: 0.3em 0.625em 0.2em 0.625em;
  text-decoration: none;
}
