.acf-table-pro-overlay-wrap .wp-editor-tools {
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-top: 0.5rem;
}

.acf-table-pro-overlay-wrap[data-overlay-target="editor"] .button {
	height: auto; /* fixes height issue from: .acf-admin-page .button { height: 40px; } */
}
.acf-table-pro-overlay-wrap[data-overlay-target="editor"] iframe,
.acf-table-pro-overlay-wrap[data-overlay-target="editor"] textarea {
	min-height: calc( 30vh  ) !important;
	max-height: calc( 100vh - 300px ) !important;
}


/* Fixes editor content styles */
.acf-table-pro-cell-styles p {

	font-size: 1em !important;
}
.acf-table-pro-cell-styles ul {
	list-style-type: disc;
	padding: 0 0 0 2em;
}
.acf-table-pro-cell-styles blockquote {
	margin: 1em 0;
	padding: 1px 1em;
	border-left: 4px solid #ddd;
	font-style: italic;
}

/* Improves readability of editor content elements */
.acf-table-pro-cell-styles > *:first-child {
	margin-top: 0;
}
.acf-table-pro-cell-styles > *:last-child {
	margin-bottom: 0;
}

/* Hack
	WordPress does not set the correkt display properties by javascript, if the editor is open with html panel.
*/
.acf-table-pro-overlay-wrap .html-active .mce-tinymce.mce-container.mce-panel {
	display: none;
}
.acf-table-pro-overlay-wrap .html-active .wp-editor-area {
	display: block !important;
}
