.post-type-post .editor-styles-wrapper .wp-block-heading {
	margin-top: var(--wp--preset--spacing--large);
}

.post-type-post .editor-styles-wrapper .wp-block-heading.is-style-summary {
	margin-top: 0;
}

.post-type-post .editor-styles-wrapper ul,
.post-type-post .editor-styles-wrapper ol {
	margin: 0;
}

.post-type-post .editor-styles-wrapper ul,
.post-type-post .editor-styles-wrapper ol,
.post-type-post .editor-styles-wrapper p {
	margin-top: var(--wp--preset--spacing--medium);
}

.post-type-post .editor-styles-wrapper .wp-block-table {
	margin: var(--wp--preset--spacing--large) 0;
}

.post-type-post .editor-styles-wrapper .wp-block-table figcaption {
	color: var(--wp--preset--color--charcoal-80);
	margin-top: var(--wp--preset--spacing--small);
	font-style: italic;
	font-size: 1rem;
}

.post-type-post .editor-styles-wrapper .wp-block-table tfoot td,
.post-type-post .editor-styles-wrapper .wp-block-table thead th {
	text-align: left;
	color: var(--wp--preset--color--charcoal-80);
	font-size: 1rem;
	font-weight: 400;
}

.post-type-post .editor-styles-wrapper .wp-block-table td {
	font-size: 1.25rem;
	line-height: 2rem;
}

.post-type-post .editor-styles-wrapper .wp-block-image,
.post-type-post .editor-styles-wrapper .wp-block-gallery {
	margin-top: var(--wp--preset--spacing--2-x-large) !important;
	margin-bottom: var(--wp--preset--spacing--2-x-large) !important;
	margin-left: 0;
	margin-right: 0;
}

.single-post .wp-block-gallery .wp-block-image {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}

.single-post main .wp-block-columns.content-columns {
	padding-left: 1.5rem !important;
	padding-right: 1.5rem !important;
}
