.post-type-post .editor-styles-wrapper {
  font-family: "Roboto", sans-serif !important;
}

.editor-styles-wrapper {
  font-family: "Roboto", sans-serif !important;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout > .block-editor-block-list__block {
  padding: 5px;
  border: 2px dashed #ccc;
  border-radius: 2px;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout > .block-editor-block-list__block .block-editor-block-list__block {
  padding: 5px;
  margin: 5px;
  border: 1px dashed #ccc;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout > .block-editor-block-list__block .block-editor-block-list__block[data-type="kadence/rowlayout"] {
  border-color: red;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout > .block-editor-block-list__block .block-editor-block-list__block[data-type="kadence/column"] {
  border-color: green;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout > .block-editor-block-list__block[data-type="kadence/rowlayout"] {
  border-color: red;
}

.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout [aria-label="Leerer Block; schreib los oder gib einen Schrägstrich ein, um einen Block auszuwählen"],
.is-fullscreen-mode .editor-styles-wrapper .block-editor-block-list__layout .block-editor-default-block-appender {
  background: #fffbd4;
}
