.ck-editor__main h1,
.ck-editor__main h2,
.ck-editor__main h3,
.ck-editor__main h4{
    color: var(--title);
    margin: .8rem 0;
    border-bottom: 1px solid #dedbdb;
}
.ck-editor__main p,
.ck-editor__main ul,
.ck-editor__main ol{
    color: var(--sentence-strong);
    text-align: justify;
    margin-bottom: .8rem;
    font-size: .9rem;
    font-weight: lighter;
}
.ck-editor__main ul,
.ck-editor__main ol{
    padding-left: 1.2rem;
    list-style: none;
}

.ck-editor__main ul li::before {
    content: "\2022";
    color: var(--ico-home);
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.ck-editor__main ol {list-style: none; counter-reset: li}
.ck-editor__main ol li::before {
    content: counter(li)'.';
    color: var(--ico-home);
    display: inline-block;
    width: 1em;
    margin-left: -1em
}
.ck-editor__main ol,
.ck-editor__main ul{
    display: flex;
    flex-direction: column;
    gap:.2rem;
}

.ck-editor__main ol li {
    counter-increment: li;
}

.ck-editor__main img{
    margin: 1rem 0;
    height: 24rem;
    border-radius: .4rem;
    overflow: hidden;
    width: 100%;
    object-position: center;
    object-fit: cover;
}

.ck-editor__main table {
    color: #545353;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    height: 100%;
    border: 1px double #b3b3b3;
}

.ck-editor__main .table table td,
.ck-editor__main .table table th {
    min-width: 2em;
    padding: .4em;
    border: 1px solid #bfbfbf;
}
.ck-editor__main .table {
    margin: .9em auto;
    display: table;
}

.ck-editor__main .table table th {
    font-weight: 700;
    background: hsla(0,0%,0%,5%);
}
.ck-file-dialog-button{
    display: none;
}