/**
 * Globale Gutenberg-Editor-Styles
 */

/* Inline-Bearbeitungsformular fuer ACF-Bloecke im Canvas */

.aspkom-editor-block {
    padding: 20px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-size: 13px;
}

.aspkom-editor-block-title {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #757575;
    margin: 0 0 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.wp-block {
	max-width: 1200px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}

.wp-block[data-align="wide"] {
	max-width: 1200px;
}

.wp-block[data-align="full"] {
	max-width: none;
}


/* WYSIWYG-Felder */

.acf-editor-wrap iframe {
	min-height: 78px !important;
}

.acf-editor-wrap .wp-editor-area {
	min-height: 78px !important;
	resize: vertical;
}
