.mce-content-body {
    font-family:'Gotham', sans-serif;
    line-height: 24px;
    --margin-between-elements: 20px;
    margin-bottom: 20px;
}

.mce-content-body .gallery .gallery-item{
    margin: 0;
}

.mce-content-body .gallery{
    display: flex;
    gap: 40px;
}

.mce-content-body .gallery-item .wp-caption-text.gallery-caption{
    margin-left: 0;
    margin-top: 5px;
    font-style: italic;
    font-weight: bold;
}

.mce-content-body .gallery-columns-1 .gallery-item{
    --gallery-item-width: 100%;
}

.mce-content-body .gallery-columns-2 .gallery-item{
    --gallery-item-width: 50%;
}

.mce-content-body .gallery-columns-3 .gallery-item{
    --gallery-item-width: calc(100% / 3);
}

.mce-content-body .gallery-columns-4 .gallery-item{
    --gallery-item-width: 25%;
}



.mce-content-body .gallery-columns-5 .gallery-item{
    --gallery-item-width: 20%;
}

.mce-content-body .gallery-columns-6 .gallery-item{
    --gallery-item-width: calc(100% / 6);
}

.mce-content-body .gallery-columns-7 .gallery-item{
    --gallery-item-width: calc(100% / 7);
}

.mce-content-body .gallery-columns-8 .gallery-item{
    --gallery-item-width: 12.8%;
}

.mce-content-body .gallery-columns-9 .gallery-item{
    --gallery-item-width: calc(100% / 9);
}

.mce-content-body .gallery-columns-5 .gallery-item,
.mce-content-body .gallery-columns-6 .gallery-item,
.mce-content-body .gallery-columns-7 .gallery-item,
.mce-content-body .gallery-columns-8 .gallery-item,
.mce-content-body .gallery-columns-9 .gallery-item{
    --gallery-item-image-ratio: 1;
}

.mce-content-body .gallery-columns-1 .gallery-item,
.mce-content-body .gallery-columns-2 .gallery-item,
.mce-content-body .gallery-columns-3 .gallery-item,
.mce-content-body .gallery-columns-4 .gallery-item{
    --gallery-item-image-ratio: 16/9;
}

.mce-content-body .gallery-item{
    width: var(--gallery-item-width);

}

.mce-content-body .gallery-icon{
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    aspect-ratio: var(--gallery-item-image-ratio);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.mce-content-body .gallery br{
    display: none;
}

.mce-content-body .gallery-icon img{
    width: 100%;
    height: auto;
}

.mce-content-body hr{
    border-color: var(--asptt-global-color-primary-light);
    border-style: solid;
}

.mce-content-body a{
    color: var(--e-global-color-primary);
    font-weight: bold;
}

.mce-content-body .aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.mce-content-body strong{
    color: var(--e-global-color-primary);
}

.mce-content-body .alignleft{
    float: left;
    margin-right: 20px;
}
.mce-content-body .alignright{
    float: right;
    margin-left: 20px;
}

.mce-content-body h1{
    font-size: 32px;
    text-transform: uppercase;
}

.mce-content-body h2{
    color: var(--e-global-color-primary);
    text-transform: uppercase;
    font-size: 28px;
}

.mce-content-body h3{
    font-size: 24px;
}

.mce-content-body h4{
    color: var(--e-global-color-primary);
    font-size: 18px;
}

.mce-content-body h5{
    font-size: 14px;
}

.mce-content-body h6{
    color: var(--e-global-color-primary);
    font-size: 12px;
    text-decoration: underline;
}

.mce-content-body h1,
.mce-content-body h2,
.mce-content-body h3,
.mce-content-body h4,
.mce-content-body h5,
.mce-content-body h6{
    margin: 0;
}

.mce-content-body li::marker{
    color: var(--e-global-color-primary);
}

.mce-content-body table,
.mce-content-body table th,
.mce-content-body table td{
    border: 1px solid var(--e-global-color-primary);
    padding: 10px;
}

.mce-content-body table tbody td{
    border: 1px solid #ebebeb;
}

.mce-content-body table thead th,
.mce-content-body table thead th,
.mce-content-body table thead td,
.mce-content-body table tfoot td{
    background-color: var(--e-global-color-primary);
    color: #FFF;
    font-weight: bold;
}

.mce-content-body blockquote{
    padding: 30px;
    padding-right: 50px;
    background-color: #eeeeee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    position: relative;
}

blockquote .fa-quote-right,
blockquote .fa-quote-left{
    position: absolute;
    color: var(--e-global-color-primary);
    font-size: 35px;
}

blockquote .fa-quote-left{
    right: 20px;
    bottom: -15px;    
}

blockquote .fa-quote-right{
    left: 20px;
    top: -15px;
}

.mce-content-body blockquote p{
    margin: 0;
}

* + .mce-content-body > h1,
* + .mce-content-body > h2,
* + .mce-content-body > h3,
* + .mce-content-body > h4,
* + .mce-content-body > h5,
* + .mce-content-body > h6,
* + .mce-content-body > hr,
* + .mce-content-body > div,
* + .mce-content-body > table,
* + .mce-content-body > ol,
* + .mce-content-body > ul,
* + .mce-content-body > blockquote,
* + .mce-content-body > p,
* + .mce-content-body > .wysiwyg-column,
* + .mce-content-body > .gallery
{
    margin-top: var(--margin-between-elements);
}

.mce-content-body .wysiwyg-column-container{
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.wp-editor .wysiwyg-column{
    border: #000 dashed 1px;
}

.mce-content-body .wysiwyg-column-50{
    width: 50%;
}

.mce-content-body .wp-caption{
    width: 100% !important;
}

@media screen and (max-width: 568px) {
    .mce-content-body .gallery {
        flex-wrap: wrap;
    }
    .mce-content-body .gallery .gallery-item {
        --gallery-item-width: 100%;
    }

    .mce-content-body .wysiwyg-column-container{
        flex-direction: column;
    }

    .mce-content-body .wysiwyg-column-50 {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    
}