.answer-editor-dialog{width:min(560px,94vw);padding:0;background:#fff;color:var(--ink)}
.answer-editor-dialog::backdrop{background:#07101bcc}
.answer-editor-dialog form{display:grid;gap:14px;padding:24px}
.answer-editor-heading{display:flex;align-items:center;justify-content:space-between;gap:12px}
.answer-editor-heading h2{margin:0}
.answer-editor-question{margin:0;padding:12px;border-radius:10px;background:#f4f7fb}
.answer-editor-dialog label{display:grid;gap:6px;font-weight:800}
.answer-editor-dialog label small{color:var(--muted);font-weight:500}
.answer-editor-dialog input,.answer-editor-dialog textarea{width:100%;padding:11px;border:1px solid #aab7c8;border-radius:10px}
.answer-tools{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-top:14px}
.notion-deep-link{display:inline-flex;align-items:center;padding:9px 12px;border:1px solid #9ab9e7;border-radius:10px;background:#edf4ff;color:#174d9d;font-weight:800;text-decoration:none}
.answer-correction-note{margin-top:12px;padding:10px 12px;border-left:4px solid var(--amber);background:#fff7e8;color:#714500}
