/**
 * Legacy Divi pages — minimal layout; Divi Builder supplies most styles when active.
 */

body.mp-divi-legacy-page .mp-divi-legacy {
  min-height: 40vh;
}

body.mp-divi-legacy-page .mp-divi-legacy__notice {
  margin: 1rem auto 0;
  padding: 0.85rem 1rem;
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 8px;
  color: #1e1c41;
}

body.mp-divi-legacy-page--builder-missing .mp-divi-legacy__content {
  padding: 1.5rem;
  max-width: 100%;
  overflow-x: auto;
  font-family: ui-monospace, monospace;
  font-size: 0.75rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  background: #f5f5f5;
  color: #333;
}

/* When builder runs, use normal flow inside Divi wrapper */
body.mp-divi-legacy-page--builder-active .mp-divi-legacy__content {
  padding: 0;
}

body.mp-divi-legacy-page--builder-active .app-frame .mp-divi-legacy__content h1,
body.mp-divi-legacy-page--builder-active .app-frame .mp-divi-legacy__content h2 {
  color: inherit !important;
}
