/* Heading colors + spacing */
.ProseMirror h1, h1 {
  color: #c4b5fd !important;
  -webkit-text-fill-color: #c4b5fd !important;
  margin: 0.4em 0 0.7em !important;
  line-height: 1.25 !important;
}
.ProseMirror h2, h2 {
  color: #60a5fa !important;
  -webkit-text-fill-color: #60a5fa !important;
  margin: 1.75em 0 0.65em !important;
  padding-bottom: 0.35em !important;
  border-bottom: 2px solid rgba(96, 165, 250, 0.35) !important;
  line-height: 1.3 !important;
}
.ProseMirror h3, h3 {
  color: #2dd4bf !important;
  -webkit-text-fill-color: #2dd4bf !important;
  margin: 1.25em 0 0.5em !important;
  line-height: 1.35 !important;
}
.ProseMirror p { margin: 0.35em 0 0.9em !important; line-height: 1.65 !important; }
.ProseMirror li { margin-bottom: 0.4em !important; line-height: 1.55 !important; }
.ProseMirror blockquote {
  margin: 1em 0 !important;
  padding: 0.6em 1em !important;
  border-left: 3px solid #60a5fa !important;
}
.ProseMirror table { margin: 1em 0 1.4em !important; }

/* Extra space around toggle blocks */
div[class*="toggleBlock"] {
  margin: 0.85em 0 1.1em !important;
}
