/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.easy-testimonials-single-testimonial-editor {
	/* border: 1px solid gray; */
	/* padding: 12px; */
}

.easy-testimonials-editor-not-selected {
	background-color: #fff;
	border: 1px solid #ececec;
	padding: 4px 20px;
}

.easy-testimonials-single-testimonial-editor .block-heading {
	color: #696867;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
	margin: 1em 0 1em;
}

.easy-testimonials-single-testimonial-editor .components-base-control label {
	display: block;
}

.easy-testimonials-editor-not-selected .block-heading {
	font-size: 12px;
}

.easy-testimonials-single-testimonial-editor .janus_editor_field_group_no_heading .components-base-control__field > label,
.easy-testimonials-single-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;

}