.chart-attr {
  display: table;
  margin-top: 0.4em;
  padding-top: 0.4em;
  border-top: 1px dotted #999;
  /* font-family: ui-monospace, "SFMono-Regular", Menlo, monospace; */
  font-size: 0.75rem;
  color: #666;
}

.chart-attr a {
  color: inherit;
}

.quarto-figure-center figure {
  /** Should match CHART_WIDTH. Note this makes the caption
  text wrap correctly */
  max-width: 800px;
}

/* Chart titles */
.quarto-figure-center figure h2 {
  text-align: left;

  margin-top: 0px;
  margin-bottom: 5px;

  padding-top: 0;
  padding-bottom: 0;

  border-bottom: none;
  text-wrap: pretty;
}
