.wp-block-group {
	box-sizing: border-box;
}
.wp-block-group-is-layout-constrained {
	position: relative;
}

.wp-block-spacer {
	clear: both;
}

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

:root .has-text-align-center {
	text-align: center;
}
:root .has-text-align-left {
	text-align: left;
}

.wp-block-image > a {
	display: inline-block;
}
.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}
.wp-block-image.aligncenter {
	text-align: center;
	display: table;
}

figure {
	margin: 0 0 1em;
}
.aligncenter {
	clear: both;
}

.wp-block-post-content {
	display: flow-root;
}
