/* User Provided Stylesheet */

/* The book already provides a Chinese "参考文献" section before each bibliography. */
.myst-bibliography-header {
  display: none !important;
}

.myst-bibliography-list,
.myst-bibliography-list ol,
.myst-bibliography-list li {
  color: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Markdown source downloads are disabled for the public HTML book. */
.myst-fm-downloads-dropdown {
  display: none !important;
}
