:root { --mgaci-editor-primary: #b72928; --mgaci-editor-text: #18212f; --mgaci-editor-muted: #5f6b7b; --mgaci-editor-surface: #f5f7fb; }
.editor-styles-wrapper,.block-editor-writing-flow { font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: var(--mgaci-editor-text); }
.editor-styles-wrapper .wp-block,.block-editor-block-list__layout .wp-block { max-width: 1240px; }
.editor-styles-wrapper .mgaci-builder-section { background: #fff; border: 1px solid #d9e0ea; border-radius: 18px; padding: 24px; box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08); }
.editor-styles-wrapper .is-style-mgaci-surface,.editor-styles-wrapper .mgaci-surface { background: #f5f7fb; border-radius: 18px; padding: 24px; }
.editor-styles-wrapper .is-style-mgaci-accent,.editor-styles-wrapper .mgaci-accent { background: linear-gradient(135deg, #b72928, #8f1d1d); color: #fff; border-radius: 18px; padding: 24px; }
