.ck.ck-editor {
    color: black !important;
}
.ck-content h2 {
    font-weight: bold;
    font-size: 1.2rem;
}
.ck-content h3 {
    font-weight: bold;
    font-size: 1rem;
}
.ck-content h4 {
    font-weight: bold;
    font-size: 0.9rem;
}
.ck-content ul, .ck-content ol {
    padding-left: 5px;
}
.ck-content ol li {
    padding-left: 2px;
}
.ck-content .image {
    margin: .9em 0 !important;
}
.ck-content figure.table:not(.layout-table), .ck-content table.table:not(.layout-table) {
    margin: .9em 0 !important;
}