/* Editor-only behavior that sits above the shared publishing layout. */
.editor-body {
  position: relative;
  background: #fff;
}

.editor-content {
  position: relative;
  z-index: 1;
  background: transparent;
}

.editor-hint {
  position: absolute;
  z-index: 0;
  inset: 0;
  padding: 16px 18px;
  color: #30343a;
  font-size: 16px;
  line-height: 1.8;
  pointer-events: none;
}

.editor-body.is-focused .editor-hint,
.editor-body.has-content .editor-hint {
  display: none;
}

.editor-hint p {
  margin: 0 0 8px;
}

.editor-hint .editor-warning {
  color: #ef3b2d;
  font-weight: 600;
}

.editor-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

@media (max-width: 1400px) {
  .editor-hint {
    min-height: 440px;
  }
}
