.editor-styles-wrapper .rwmb-meta-box,
.editor-styles-wrapper .rwmb-meta-box p {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
	font-size: 13px;
}

.editor-styles-wrapper .rwmb-meta-box {
	background: #fff;
	padding: 12px;
}

.editor-styles-wrapper .rwmb-meta-box .description {
	font-size: 13px;
	margin: 2px 0 5px;
}

.editor-styles-wrapper .rwmb-meta-box .button:hover,
.editor-styles-wrapper .rwmb-meta-box .button-primary {
	text-decoration: none;
}

.editor-styles-wrapper .rwmb-upload-inside h3 {
	font-size: 20px;
	font-weight: 400;
}

.editor-styles-wrapper .rwmb-file_input.rwmb-file_input {
	line-height: 15px;
}

.editor-styles-wrapper .rwmb-image-edit,
.editor-styles-wrapper .rwmb-image-delete {
	color: inherit;
}

/* Wysiwyg field */
#editor .wp-editor-tools {
	background: none;
	padding-top: 0;
}

.editor-styles-wrapper .wp-editor-area {
	border: none;
	box-sizing: border-box;
}

/* Color picker bug */
.editor-styles-wrapper .iris-picker {
	box-sizing: content-box;
}

/* No popup with position: absolute to fix the scrolling issue */
.editor-sidebar__panel .rwmb-color-wrapper .wp-picker-holder {
	position: static;
}

/* Group */
.editor-styles-wrapper .rwmb-group-title {
	font-size: 13px;
	letter-spacing: 0;
	text-transform: none;
	margin: 0;
}

.editor-styles-wrapper .rwmb-group-remove {
	color: #a00;
}

/* Sidebar */
.editor-sidebar__panel .mb-block-edit .rwmb-field {
	flex-direction: column;
	margin-bottom: 16px;
}

.editor-sidebar__panel .mb-block-edit .rwmb-label,
.editor-sidebar__panel .mb-block-edit .rwmb-input {
	width: 100%;
}

.editor-sidebar__panel .mb-block-edit .rwmb-label {
	font-size: 11px;
	line-height: 1.4;
	display: inline-block;
	margin-bottom: 8px;
}

.editor-sidebar__panel .mb-block-edit .rwmb-label>label {
	font-weight: 500;
	text-transform: uppercase;
}

.editor-sidebar__panel .rwmb-column {
	width: 100%;
	margin-right: 0;
}

/* Fetching state */
.mb-block--fetching {
	position: relative;
}

.mb-block__placeholder {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
	background: rgba(255, 255, 255, .6);

	display: flex;
	align-items: center;
	justify-content: center;
}