figure { max-width: var(--content-max-width); overflow-y: auto; text-align: center; margin: 1em 0; padding: 0 5%; display: flex; flex-direction: column; gap: 10px; > * { max-width: var(--content-max-width); height: auto; } img { object-fit: contain; height: 100%; width: auto; } svg { overflow: hidden; resize: "horizontal"; color: var(--text-color); } } figure:has(pre > code) { padding: 0; pre { text-align: left; margin: 0; } }