/**
 * Editor canvas only (iframed content).
 *
 * Do not style editor chrome here: sidebar, toolbar, panels, or
 * .components-* / .interface-* — those must stay WordPress defaults.
 */

/*
 * Hide leftover iO boilerplate block name labels
 * (.wp-block::before { content: attr(data-title) }).
 */
.editor-styles-wrapper .wp-block::before,
.editor-styles-wrapper .block-editor-block-list__block.wp-block::before {
	content: none !important;
}

.editor-styles-wrapper .acf-block-preview a {
	text-decoration: none !important;
}
