/* Erzwingt weißen Hintergrund im Gutenberg Editor */
body.block-editor-page {
  background: #fff !important;
  color: #000 !important;
}
.editor-styles-wrapper {
  background-color: #fff !important;
  color: #000 !important;
}

