.ckeditor-preview .ant-modal-body {
    font-size: 14px;
}

.ckeditor-preview ol, 
.ckeditor-preview ul {
    padding-inline-start: 3em !important;
}

.ckeditor-preview table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b3b3b3;
}

.ckeditor-preview table td,
.ckeditor-preview table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid #bfbfbf;
}

.ckeditor-preview table th {
    font-weight: 700;
    background: rgba(0, 0, 0, 0.05);
}

.ckeditor-preview img {
    max-width: 100%;
}

.ckeditor-preview .image-style-side {
    float: right;
}

.ckeditor-preview hr {
    margin: 15px 0;
    height: 1px;
    background: #dedede;
    border: 0;
}

.ckeditor-preview .todo-list .todo-list__label>input {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    border: 0;
    left: -25px;
    margin-right: -15px;
    right: 0;
    margin-left: 0;
}

.ckeditor-preview .todo-list .todo-list__label>input:before {
    display: block;
    position: absolute;
    box-sizing: border-box;
    content: "";
    width: 100%;
    height: 100%;
    border: 1px solid #333;
    border-radius: 2px;
}

.ckeditor-preview .todo-list .todo-list__label>input[checked]:before {
    background: #26ab33;
    border-color: #26ab33;
}

.ckeditor-preview .todo-list .todo-list__label>input:after {
    display: block;
    position: absolute;
    box-sizing: content-box;
    pointer-events: none;
    content: "";
    left: calc(5px);
    top: calc(3px);
    width: calc(3px);
    height: calc(6px);
    border-left: 0 solid transparent;
    border-bottom: calc(2px) solid transparent;
    border-right: calc(2px) solid transparent;
    border-top: 0 solid transparent;
    transform: rotate(45deg);
}

.ckeditor-preview .todo-list .todo-list__label>input[checked]:after {
    border-color: #fff;
}