.minimal-callout {
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-style: italic;
}
prevalence maps in this section
/* Center Quarto/Bootstrap figure captions */
figure.quarto-figure > figcaption,
figcaption.quarto-figure-caption,
figcaption.figure-caption {
  text-align: center;
  display: block;      /* ensure block to respect full width */
  width: 100%;
}

/* Also center the visual figure block and image */
figure.quarto-figure {
  text-align: center;
}
figure.quarto-figure img,
figure.quarto-figure .figure-img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Fallback: catch any figcaption Quarto outputs */
figcaption {
  text-align: center !important;
}

/* Center align table captions */
.quarto-table-caption {
  text-align: center;
}
