/* Replaces block-library.min.css (117 KB of WordPress block styles).
   Measured against every page: only the four rules below ever matched anything.
   `.screen-reader-text` also came from that file but is already defined, with
   identical declarations, in the theme's inline stylesheet. */

ol,
ul {
	box-sizing: border-box;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(img[class*="wp-image-"]) {
	height: auto;
	max-width: 100%;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
