.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 */
.edit-post-sidebar .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 */
.edit-post-sidebar .mb-block-edit .rwmb-field {
	display: block;
}
.edit-post-sidebar .mb-block-edit .rwmb-meta-box {
	padding: 16px;
	border-top: 1px solid #ddd;
}
.edit-post-sidebar .mb-block-edit .rwmb-label,
.edit-post-sidebar .mb-block-edit .rwmb-input {
	width: 100%;
}
.edit-post-sidebar .mb-block-edit .rwmb-label {
	margin-bottom: 4px;
}
.edit-post-sidebar .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;
}