/* Markdown images and cross-referenced figures */
.quarto-figure,
/* .quarto-figure img, */
figure img,
/* Plots generated by R chunks */
.cell-output-display img,
.cell-output-display svg {
	display: block;
	width: 100%;
	max-width: 750px;
	height: auto;
	margin-inline: auto;
}