/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.easy-testimonials-submit-testimonial-editor {
	/* border: 1px solid gray; */
	/* padding: 12px; */
}

blockquote.submit-testimonial-placeholder {
	font-style: italic;
	margin: 1em 0;
}

.easy-testimonials-editor-not-selected {
	background-color: #f3f3f4;
	border: 1px solid #ececec;
	padding: 4px 20px;
}

.easy-testimonials-submit-testimonial-editor .block-heading {
	color: #696867;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	margin: 4px 0 1em;
}

.easy-testimonials-editor-not-selected .block-heading {
	font-size: 12px;
}

.easy-testimonials-submit-testimonial-editor .janus_editor_field_group_no_heading .components-base-control__field > label,
.easy-testimonials-submit-testimonial-editor .janus-heading {
	color: #696867;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	font-size: 16px;
	font-weight: bold;
	margin: 1em 0 .5em;
	padding: 0px 0 4px;
	border-bottom: 1px solid #ececec;
}

.edit-post-settings-sidebar__panel-block .components-panel__body .janus_editor_field_group .components-base-control {

    margin-bottom: 2px;

}