/* Curriculum Map overrides for the Quill snow theme, matching the app's
   type scale (appQuillStyles in quill_field.dart: Inter 13px body, every
   header level 14px bold) and card chrome (#E5E7EB borders, 6px radius
   handled by the Flutter container around the platform view). */

[data-cm-quill] .ql-toolbar.ql-snow {
  border: none;
  border-bottom: 1px solid #e5e7eb;
  background: #f8f9fb; /* AppColors.cardHeaderBg */
  padding: 5px 8px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

[data-cm-quill] .ql-container.ql-snow {
  border: none;
  font-family: Inter, -apple-system, BlinkMacSystemFont, sans-serif;
}

[data-cm-quill] .ql-editor h1,
[data-cm-quill] .ql-editor h2,
[data-cm-quill] .ql-editor h3,
[data-cm-quill] .ql-editor h4,
[data-cm-quill] .ql-editor h5,
[data-cm-quill] .ql-editor h6 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  margin: 8px 0 2px 0;
}

[data-cm-quill] .ql-editor {
  padding: 8px 12px;
}

[data-cm-quill] .ql-editor.ql-blank::before {
  color: #71767f; /* AppColors.textMuted */
  font-style: normal;
  left: 12px;
  right: 12px;
}
