/**
 * The following styles get applied inside the editor only.
 *
 * Replace them with your own styles or remove the file completely.
 */

.before-and-after-goal-editor {
	/* border: 1px solid gray; */
	/* padding: 12px; */
}

.goal-placeholder {
	font-style: italic;
	margin: 1em 10px !important;
	
}

.before-and-after-editor-not-selected {
	background-color: #f3f3f4;
	border: 1px solid #ececec;
	padding: 4px;
}

.before-and-after-editor-not-selected p {
	margin: 0 auto .5em;
}

.before-and-after-goal-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;
}

.before-and-after-editor-not-selected .block-heading {
	font-size: 12px;
}

.before-and-after-goal-editor .janus_editor_field_group_no_heading .components-base-control__field > label,
.before-and-after-goal-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;

}

.before-and-after-block-featured-image {
	position: absolute;
	top: 10px;
	left: 10px;
	max-height: 80px !important;
	width: 80px !important;
}

.before-and-after-editor-not-selected .no_photo {
	padding-left: 8px;
}

.before-and-after-editor-not-selected .has_photo {
	padding-left: 100px;
	min-height: 90px;
}

.before-and-after-editor-not-selected .before-and-after-block-featured-image {
	
}