/* Shared suggestion workspace: Analytics and Editor use the same component. */
.unified-suggestion-panel { display:flex; flex-direction:column; min-height:0; height:100%; color:var(--text-main); background:#fff; }.editor-report-status{display:flex;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border:1px solid var(--border-color);border-radius:10px}.editor-report-status svg{width:19px;color:var(--primary)}.editor-report-status h3,.editor-report-status p{margin:0}.editor-report-status h3{font-size:.86rem}.editor-report-status p{color:var(--text-muted);font-size:.74rem}.editor-suggestions-panel:has(.unified-suggestion-panel) { padding:0; }

