.editor-block {
  margin: 12px 0;
  position: relative;
  background-color: #f5f5f5;
  font-size: 14px;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
.editor-block:before {
  content: "EDITOR BLOCK";
  display: block;
  position: relative;
  height: 30px;
  line-height: 30px;
  margin: 0 -20px 20px -20px;
  padding: 0 20px;
  background: #eee;
  color: #555;
  right: 0;
  font-size: 14px;
}
.editor-block .components-base-control:not(:last-child) {
  margin-bottom: 20px;
}
.editor-block .image-preview:not(:last-child) {
  margin-bottom: 20px;
}
.editor-block .image-preview img {
  max-width: 200px;
  display: block;
  margin-bottom: 10px;
}

/*# sourceMappingURL=admin.css.map */
