/* django-ckeditor-5's bundled styles.css ships no typography rules
   for headings, so <h3> looks identical to a paragraph. */
.ck-content h3 {
    font-size: 1.31em;
    font-weight: bold;
}
