/* Add this to your global CSS file */
.editor-content ul {
    list-style-type: disc;
    /* Use disc for bullet points */
    padding-left: 1.5em;
    /* Indent the list */
}

.editor-content li {
    margin-bottom: 0.5em;
    /* Add some space between list items */
}

/* Add these styles to your global CSS file */
.editor-content h1 {
    font-size: 2em;
    font-weight: bold;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
}

.editor-content h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 0.83em;
    margin-bottom: 0.83em;
}

.editor-content h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin-top: 1em;
    margin-bottom: 1em;
}
