.mce-content-body {
    word-break: break-word!important;
}
.mce-content-body p {
    line-height: 2.2;
    word-spacing: 1.1px;
}
.mce-content-body p {
    font-size: .85rem;
    font-weight: 500;
    line-height: 1.8rem;
    margin-bottom: 1rem;
    text-align: right;
}
.mce-content-body p span{
    font-size: .9rem;
}
.mce-content-body p:first-child{
    margin-top: 0;
}
.mce-content-body p:last-child{
    margin-bottom: 0;
}
.mce-content-body h1, .mce-content-body h2{
    font-size: 1.7rem;
}
.mce-content-body h1, .mce-content-body h2 {
    font-size: 1.625rem;
}
.mce-content-body h3 {
    font-size: 1.5rem;
    line-height: 2rem;
}
.mce-content-body h4 {
    font-size: 1.4375rem;
    line-height: 2.5rem;
}
.mce-content-body h5 {
    font-size: 1.1875rem;
}
.mce-content-body h6 {
    font-size: 1rem;
    line-height: 1.5rem;
}
.mce-content-body .heading-style-property, .mce-content-body h1, .mce-content-body h2, .mce-content-body h3, .mce-content-body h4, .mce-content-body h5, .mce-content-body h6 {
    color: rgba(19,15,38,1);
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
}

.mce-content-body a {
    background-color: var(--link-background-color);
    color: var(--link-text-color);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.mce-content-body a:hover, .mce-content-body a:hover strong{
    color: var(--link-hover-text-color);
}
.mce-content-body img {
    height: auto!important;
    margin: auto!important;
    width: auto!important;
    max-width: 100%!important;
    border-radius: 5px!important;
}
.mce-content-body pre {
    direction: ltr;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    max-height: 40em;
    overflow-x: auto;
}
.mce-content-body pre, .mce-content-body pre code {
    border-radius: 4px;
}
.mce-content-body pre code {
    color: rgba(202,207,216,1);
    font-family: Consolas,Monaco,Andale Mono,monospace;
    line-height: 1.7!important;
    padding: 20px!important;
    text-align: left;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
}
.mce-content-body strong {
    font-size: inherit;
    font-weight: 700;
}
.mce-content-body ul {
    margin-bottom: 1.25rem;
    margin-right: 1rem;
    margin-top: 1.25rem;
    list-style: none;
}
.mce-content-body ol, .mce-content-body ul {
    padding-left: 1rem;
    padding-right: 1rem;
}
.mce-content-body ul li {
    position: relative;
}
.mce-content-body .listing-item-style, .mce-content-body ol li, .mce-content-body ul li {
    color: rgba(51,65,85,1);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 2.5rem;
}