/* Admin Coaching Articles */

.admin-rich-text-area {
  min-height: 300px;
}

.admin-rich-text-area trix-editor {
  min-height: 300px;
}

/* Restore list styles inside Trix editor — the global reset
   (ul { list-style: none }) in static/styles.css strips them. */
trix-editor ul {
  list-style: disc;
  padding-left: 1.5em;
}

trix-editor ol {
  list-style: decimal;
  padding-left: 1.5em;
}
