/* Visual separation between the version title and its alias label
 * (e.g. "latest"). Material renders the alias as an inline span right after
 * the version title text with no gap; pad it and style as a pill so it
 * doesn't visually mash into the SHA. */
.md-version__alias {
  margin-left: 0.5em;
  padding: 0.1em 0.45em;
  border-radius: 0.4em;
  background-color: var(--md-default-fg-color--lightest);
  font-size: 0.75em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  vertical-align: middle;
}
