.wp-block-heading,
body.single .wp-block-post-content h2,
body.single .wp-block-post-content h3,
body.single .wp-block-post-content h4,
body.single .wp-block-post-content h5,
body.single .wp-block-post-content h6 {
	margin-top:2em;
}

.wp-block-quote,
blockquote,
.wp-block-comment-content blockquote {
	border-left: 1px solid var(--wp--preset--color--secondary);
	padding-left: 20px;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container .wp-block-separator.is-style-default:where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wp-block-separator.is-style-default,
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	position: relative;
	left: -250px;
	max-width: calc(var(--wp--style--global--content-size) - 500px);
}

