.ck-editor h3 {
    position: relative;
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: bold;
}

.ck-editor a,
.ck-editor a:active,
.ck-editor a:link,
.ck-editor a:hover,
.ck-editor a:visited {
    text-decoration: none !important;
}

.ck-editor ul {
    list-style-type: disc;
}

.ck-editor ul,
ol {
    padding-inline-start: 40px;
    margin-inline-start: 0;
    list-style-position: outside;
}

.ck-editor .image {
    clear: both;
    display: table;
    min-width: 50px;
    text-align: center;
    padding: 0;
    margin-block-start: 0;
    margin-block-end: 10px;
    margin: 0 auto;
}

.ck-editor .image figcaption {
    padding: 0.6em;
    color: #959595 !important;
    font-size: 0.75em;
    word-break: break-word;
}

.ck-editor .image figcaption:empty {
    display: none;
}

.ck-editor span.topical {
    color: #0033FF;
    margin: 0 3px;
}

.ck-editor a {
    color: #0033FF;
}

.ck-editor video {
    width: 100%;
    display: block;
}

.ck-editor .text-small {
    font-size: 14px;
}

.ck-editor {
    font-size: 17px;
}

.ck-editor p {
    text-align: justify;
    margin-top: 0 !important;
}

.ck-editor .text-big {
    font-size: 20px !important;
}

.ck-editor .text-huge {
    font-size: 23px !important;
}

.ck-editor h3.center {
    text-align: center;
}

.ck-editor h3:before {
    content: "";
    display: inline-block;
    vertical-align: -3px;
    min-height: 18px;
    padding-left: 6px;
    border-left: 3px solid #f85959;
}

.ck-editor h3.center:before {
    display: none;
}

.ck-editor h3.center:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 30px;
    height: 3px;
    background-color: #f85959;
    left: 50%;
    transform: translateX(-50%);
}

.ck-editor blockquote {
    border-left-color: #F5F5F5 !important;
    font-style: normal !important;
    color: #959595;
    padding: 0.7em !important;
}

.ck-editor blockquote p {
    margin: 0 !important;
    font-size: 16px;
}

.ck-editor blockquote.quote2 {
    border-left-width: 0;
    background: #F5F5F5;
    padding-left: calc(0.7em + 5px) !important;
}

.ck-editor h3 {
    margin-block-start: 0.7em !important;
}

.ck-editor p,
.ck-editor .image,
.ck-editor ul,
.ck-editor ol,
.ck-editor video,
.ck-editor h3 {
    margin-block-end: 0.7em !important;
}