.ck-editor {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.ck-editor h1 {
    font-size: 2em;
}

.ck-editor h2 {
    font-size: 1.5em;
}

.ck-editor blockquote {
    margin: 1em 0;
    padding: 0.5em 1em;
    border-left: 4px solid #ccc;
    background-color: #f9f9f9;
    font-style: italic;
    color: #555;
}

.ck-editor strong {
    font-weight: bold;
    color: #222;
}

.ck-editor i {
    font-style: italic;
    color: #555;
}

.ck-editor ul {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: disc;
}

.ck-editor ol {
    padding-left: 1.5em;
    margin-bottom: 1em;
    list-style-type: decimal;
}

.ck-editor li {
    margin-bottom: 0.4em;
}