/* conda-presto docs custom styles */

/* sphinxcontrib-mermaid SVGs default to a large fixed height;
   let the diagram shrink to its actual content instead. */
.mermaid {
  text-align: center;
}
.mermaid svg {
  height: auto !important;
  max-width: 100%;
}
