/* Ultra-tight paragraph and list spacing */
.editor-content p {
    margin: 0 0 0.2rem 0 !important;
    line-height: 1.15 !important;
}

.editor-content li {
    margin: 0.15rem 0 !important;
    line-height: 1.15 !important;
}

.editor-content h1,
.editor-content h2,
.editor-content h3 {
    margin: 0.6rem 0 0.25rem 0 !important;
    line-height: 1.2 !important;
}