/* Hide any ToC entry that points to #references */
.md-sidebar--secondary a.md-nav__link[href$="#toc-ignore"] {
  display: none !important;
}

.references.csl-bib-body {
  margin: 0;
  padding-left: 1.5rem; /* indent for "bullets" */
}

.references.csl-bib-body .csl-entry {
  margin: 0.4rem 0;
  position: relative;
  padding-left: 0.6rem;
}

/* Fake bullet before each reference */
.references.csl-bib-body .csl-entry::before {
  content: "•";
  position: absolute;
  left: 0;
}


/* docs/stylesheets/extra.css */
.md-button.md-button--small {
  font-size: 0.8rem;
  padding: 0.25rem 0.75rem;
  margin: 0.5rem 0;
}


/* hide inline BibTeX blocks; we'll show them via the popup */
.bibtex-entry {
  display: none;
}

/* style the small BibTeX button link */
.bibtex-button {
  font-size: 0.75rem;
  padding: 0.15rem 0.5rem;
  border-radius: 999px;
  border: 1px solid currentColor;
  text-decoration: none;
  margin-left: 0.5rem;
}
.bibtex-button:hover {
  opacity: 0.8;
}