:root {
  --famado-editor-outline: #7d5fff;
  --famado-editor-muted: #f4f4f8;
}
.editor-styles-wrapper {
  font-family: var(--base-bodyfont, Lato, sans-serif);
  color: var(--base-bodyfont-color, #686976);
  padding-inline: 18px;
}
.editor-styles-wrapper .wp-block[data-type^="famado/"] {
  max-width: 1400px;
}
.famado-editor-element {
  position: relative;
  min-height: 28px;
  padding: 8px;
  border: 1px dashed rgba(36, 40, 100, 0.25);
}
.famado-editor-element__label,
.famado-editor-placeholder__label {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  margin: 0 0 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: var(--famado-editor-muted);
  color: #242864;
  font: 600 11px/1.4 system-ui, sans-serif;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.famado-editor-placeholder {
  padding: 20px;
  border: 1px dashed rgba(36, 40, 100, 0.3);
  background: #fff;
}
.famado-editor-media img,
.famado-editor-media video {
  display: block;
  max-width: 100%;
  height: auto;
}
