.content-img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

p {
    word-break: break-word;
}

ins {
    background-color: #ffe260;
    text-decoration: none;
}

del {
    background-color: #ffa8a8;
    color: #999;
}

:not(.mce-content-body) > .editable-gallery {
    display: none;
}

.visible {
    display: unset;
}

.lg-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    grid-auto-rows: 0px;
    margin: 15px 0;
}

@media (min-width: 992px) {
    .lg-gallery {
        grid-template-columns: repeat(4, 1fr);
    }
}

.lg-gallery a {
    margin: 1px;
    background-color: #E6E7EB;
}

.lg-gallery a.see-more {
    position: relative;
}

.lg-gallery a.see-more p {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 23px;
    transform: translate(-50%, -50%);
}

@media (min-width: 992px){
    .lg-gallery a.see-more p {
        font-size: 46px;
    }
}

.lg-gallery a.see-more img {
    display: none;
}

.lg-gallery img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    max-height: 200px;
}

.editor-content-open-close {
    display: inline-block;
    word-break: break-all;
}

.editor-content-open-close p,
.editor-content-open-close ul,
.editor-content-open-close li {
    padding: 0 10px;
}

.opener-input {
    display: none;
    width: 100%;
}

.opener-label {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    width: 100%;
}

.opener-body {
    height: 0;
    overflow: hidden;
    width: 100%;
}

.opener-input:checked + .opener-body {
    overflow: visible;
    display: table;
}

iframe{
    max-width: 100%;
}