.editor-content {
    color: var(--text-color-drak);
}

.editor-content h1 {
    font-size: 25px;
    margin: 25px 0 15px 0;
}

.editor-content h2 {
    font-size: 22px;
    margin: 20px 0 12px 0;
    text-align: center;
}

.editor-content h3 {
    font-size: 18px;
    margin: 15px 0 10px 0;
}

.editor-content h4 {
    font-size: 17px;
    margin: 12px 0 8px 0;
}

.editor-content h5 {
    font-size: 16px;
    margin: 10px 0 6px 0;
}

.editor-content h6 {
    font-size: 15px;
    margin: 5px 0 4px 0;
}

.editor-content img {
    /*width: 100% !important;*/
    max-width: 100%;
    height: auto !important;
    vertical-align: bottom;
}

.editor-content video {
    /*width: 100% !important;
    max-width: 100%;
    height: auto !important;
    display: block; */
}

.editor-content ul, .editor-content ol {
    padding-left: 25px;
    margin: 5px 0;
}

.editor-content li {
    list-style: unset;
    margin: 5px 0;
    line-height: 25px;
}

.editor-content a {
    color: var(--bg-color);
    text-decoration: underline
}

.editor-content a:hover {
    text-decoration: underline;
}

.editor-content .editor-table {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.editor-content .editor-table th,
.editor-content .editor-table td {
    border: 1px solid var(--border-color-drak);
    padding: 12px 10px;
    text-align: center;
    font-size: .9em;
}

.editor-content .editor-table th {
    background-color: var(--border-color-lt);
    font-weight: normal;
    color: var(--text-color-drak);
}

.editor-content .editor-table td {
    background-color: white;
}

.editor-content p {
    line-height: 25px;
}

.editor-content em {
    font-style: normal;
}

.editor-content td {
    background-color: white;
    color: var(--text-color-drak2);
}

.editor-content td img {
    width: 100%;
}

@media (max-width: 980px) {
    .editor-content {
        padding: 0 3px;
    }

    .editor-content h1 {
        font-size: 20px;
        margin: 15px 0 10px 0;
    }

    .editor-content h2 {
        font-size: 18px;
        margin: 20px 0 9px 0;
    }

    .editor-content h3 {
        font-size: 16px;
        margin: 15px 0 8px 0;
    }

    .editor-content h4 {
        font-size: 15px;
        margin: 14px 0 7px 0;
    }

    .editor-content h5 {
        font-size: 14px;
        margin: 12px 0 6px 0;
    }

    .editor-content h6 {
        font-size: 13px;
        margin: 10px 0 5px 0;
    }
}