/* version.css - the "current version" line on the download page */
.mp-version-line {
  margin-top: 14px;
  font-size: 0.95rem;
  letter-spacing: 0.02em;
  opacity: 0.85;
}
.mp-version {
  font-family: "JetBrains Mono", ui-monospace, Menlo, Consolas, monospace;
  font-weight: 600;
}
.mp-version-date:not(:empty)::before {
  content: " \00b7 ";
  opacity: 0.6;
}
