@charset "UTF-8";
.editor-styles-wrapper blockquote {
	position: relative;
	margin: 2em auto;
	padding: 2.5em .75em 1em 1em;
	box-sizing: border-box;
	font-style: italic;
	border-left: .1875em solid var(--main-color);
}
.editor-styles-wrapper blockquote:before{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	content: "“";
	font-family: sans-serif;
	color: var(--main-color);
	font-size: 5em;
	line-height: 1;
}
.editor-styles-wrapper blockquote p {
	margin: .25em 0;
	font-style: normal;
}
.editor-styles-wrapper blockquote cite {
	display: block;
	text-align: right;
}
.editor-styles-wrapper blockquote cite a {
	font-size: .875em;
	font-style: normal;
	text-decoration: none;
	color: inherit;
}
