.sun-editor-editable .se-component {
    display: block;
    margin: 0 0 1em;
    max-width: 100%;
}

.sun-editor-editable .se-component figure {
    margin: 0;
    max-width: 100%;
}

.sun-editor-editable .se-component img,
.sun-editor-editable .se-component video,
.sun-editor-editable .se-component iframe {
    max-width: 100%;
}

.sun-editor-editable .se-inline-component {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0.2em;
}

.sun-editor-editable .__se__float-center {
    float: none !important;
    clear: both;
    display: block !important;
    max-width: 100%;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.sun-editor-editable .__se__float-center img,
.sun-editor-editable .__se__float-center video,
.sun-editor-editable .__se__float-center iframe {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.sun-editor-editable .__se__float-left {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.sun-editor-editable .__se__float-right {
    float: right;
    margin-left: 1em;
    margin-bottom: 1em;
}

.sun-editor-editable .__se__float-none {
    float: none;
}

.sun-editor-editable figcaption {
    display: block;
    text-align: center;
    font-size: 0.9em;
    opacity: 0.75;
    margin-top: 0.4em;
}

.sun-editor-editable .se-flex-component {
    display: flex;
    max-width: 100%;
}

.sun-editor-editable table {
    border-collapse: collapse;
    max-width: 100%;
}

.sun-editor-editable .__se__float-center figure {
    margin-left: auto !important;
    margin-right: auto !important;
}