/* Hide the "latest GitHub release", since we don't use concise version tags
   https://squidfunk.github.io/mkdocs-material/setup/adding-a-git-repository/ */
.md-source__fact--version {
  display: none;
}
.md-source__fact:nth-child(1n+2)::before {
  margin-left: 0;
}
