/**
 * Editor-specific styles
 */

/* Make headings blue in the editor */
.ck-content h1,
.ck-content h2,
.ck-content h3,
.ck-content h4,
.ck-content h5,
.ck-content h6,
.text-format-wrapper h1,
.text-format-wrapper h2,
.text-format-wrapper h3,
.text-format-wrapper h4,
.text-format-wrapper h5,
.text-format-wrapper h6,
.field--type-text-long h1,
.field--type-text-long h2,
.field--type-text-long h3,
.field--type-text-long h4,
.field--type-text-long h5,
.field--type-text-long h6,
.field--type-text-with-summary h1,
.field--type-text-with-summary h2,
.field--type-text-with-summary h3,
.field--type-text-with-summary h4,
.field--type-text-with-summary h5,
.field--type-text-with-summary h6 {
  color: #0097db !important;
}

/* Content block styles for editor */
.ck-content .content-block-title,
.ck-content .content-block h2,
.text-format-wrapper .content-block-title,
.text-format-wrapper .content-block h2 {
  color: #0097db !important;
}
