.editor-styles-wrapper .wp-block-quote {
	padding-left: 4em;
	font-style: italic;
}

.editor-styles-wrapper .wp-block-pullquote {
	font-size: 150%;
	font-style: normal;
	padding: 2em 0;
}

.editor-styles-wrapper figcaption {
	font-size: 0.8em;
}

.editor-styles-wrapper .wp-block-button__link {
	border-radius: 0;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em;
}

.editor-styles-wrapper .wp-block {
	max-width: 670px;
}

.editor-styles-wrapper .wp-block-details {
	background: #ddd;
	padding: 20px;
}