/* CKEditor Dark Theme Styles */

/* Темная тема для тела редактора */
.ckeditor-dark-theme {
    background-color: #1d2023 !important;
    color: #d5d7da !important;
}

.ckeditor-dark-theme body {
    background-color: #1d2023 !important;
    color: #d5d7da !important;
}

.ckeditor-dark-theme p,
.ckeditor-dark-theme h1,
.ckeditor-dark-theme h2,
.ckeditor-dark-theme h3,
.ckeditor-dark-theme h4,
.ckeditor-dark-theme h5,
.ckeditor-dark-theme h6,
.ckeditor-dark-theme div,
.ckeditor-dark-theme span,
.ckeditor-dark-theme li,
.ckeditor-dark-theme td,
.ckeditor-dark-theme th {
    color: #d5d7da !important;
}

.ckeditor-dark-theme a {
    color: #6daee8 !important;
}

.ckeditor-dark-theme table {
    border-color: #495057 !important;
}

.ckeditor-dark-theme td,
.ckeditor-dark-theme th {
    border-color: #495057 !important;
}

.ckeditor-dark-theme blockquote {
    border-left-color: #495057 !important;
}

.ckeditor-dark-theme code {
    background-color: #2d3134 !important;
    color: #f8f9fa !important;
}

.ckeditor-dark-theme pre {
    background-color: #2d3134 !important;
    color: #f8f9fa !important;
    border-color: #495057 !important;
}
