@import url("../assets/quarto-environments.css");

/* Quarto-specific presentation layered over the site's LaTeX.css theme. */

#title-block-header {
  margin: 0 0 1.5rem;
  text-align: center;
}

#title-block-header .title {
  margin: 0;
  font-size: 1.7rem;
  line-height: 1.25;
}

#title-block-header .notebook-edited {
  margin: 0.45rem 0 0;
  color: var(--body-color);
  font-size: 0.88rem;
  font-variant-numeric: tabular-nums;
  line-height: 1.4;
  opacity: 0.7;
}

.notebook-index-page main > h1:first-child {
  margin: 0 0 1.5rem;
  font-size: 1.7rem;
  line-height: 1.25;
  text-align: center;
}

main.content > :first-child,
main.content > #title-block-header:first-child {
  margin-top: 0;
}

/* Citeproc bibliography layout for minimal HTML output. */
#refs {
  margin-top: 0.75rem;
}

.csl-entry {
  clear: both;
  margin-bottom: 0.7rem;
}

.hanging-indent .csl-entry {
  margin-left: 2rem;
  text-indent: -2rem;
}

.csl-left-margin {
  float: left;
  min-width: 2rem;
}

.csl-right-inline {
  margin-left: 2rem;
  padding-left: 0.5rem;
}

.math.display {
  overflow-x: auto;
  overflow-y: hidden;
}

.quarto-float svg {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* Stable target used by the local/public index generators. */
#notebook-list {
  margin-top: 0.75rem;
}

.post-list {
  padding-left: 1.5rem;
}

.post-list li + li {
  margin-top: 0.25rem;
}

.post-list time {
  color: #555;
  font-size: 0.9em;
  font-style: italic;
}

@media (prefers-color-scheme: dark) {
  .latex-dark-auto .post-list time {
    color: #cfcfcf;
  }
}
