/* Fix text selection in Gutenberg block editor */
.block-editor-block-list__layout ::selection {
	    background: highlight !important;
	    color: highlighttext !important;
}
.block-editor-block-list__layout::selection {
	    background: highlight !important;
	    color: highlighttext !important;
}
