/** Editor CSS **/
.block-editor-block-styles .wp-block-blockly-quote {
    background-color: #f4f4f4;
	color: #5B5B5B;


	&.is-style-style_two {
		background-color: green !important;
		color: red !important;
	}

}

