/* ckeditor.css */
.ck-content ul, .ck-content ol {
    list-style-position: outside !important;
    padding-left: 40px !important; /* Adjust the padding as needed */
}

.ck-content li {
    margin-bottom: 5px !important;
    line-height: 1.5 !important; /* Adjust line height to ensure proper spacing */
}

.ck-content h1 {
    font-size: 2em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content h2 {
    font-size: 1.75em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content h3 {
    font-size: 1.5em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content h4 {
    font-size: 1.25em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content h5 {
    font-size: 1em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content h6 {
    font-size: 0.85em !important;
    margin: 20px 0 10px 0 !important;
    font-weight: bold !important;
}

.ck-content blockquote {
    padding: 10px 20px !important;
    margin: 0 0 20px !important;
    border-left: 5px solid #ccc !important;
}

.ck-content code {
    background: #f4f4f4 !important;
    padding: 2px 4px !important;
    border-radius: 4px !important;
}

.ck-content pre {
    background: #f4f4f4 !important;
    padding: 10px !important;
    border-radius: 4px !important;
    overflow: auto !important;
}
