/* Citation formatting for the Quarto-to-Jekyll article bridge. */
.article-content #refs {
  color: var(--secondary);
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}
.article-content #refs .csl-entry { margin-bottom: 0.9em; }
.article-content #refs.hanging-indent .csl-entry {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
