/* Corrigir caixa alta APENAS no editor (backend) */
.block-editor-page h1,
.block-editor-page h2,
.block-editor-page h3,
.block-editor-page h4,
.block-editor-page h5,
.block-editor-page h6,
.block-editor-page .wp-block-heading {
  text-transform: none !important;
}

