@charset "utf-8";

.editor-content {
    max-width: 100%;
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.editor-content * {
    max-width: 100%;
}

.editor-content img,
.editor-content video,
.editor-content canvas,
.editor-content svg,
.editor-content iframe,
.editor-content embed,
.editor-content object {
    max-width: 100% !important;
}

.editor-content img,
.editor-content video,
.editor-content canvas,
.editor-content svg {
    height: auto !important;
}

.editor-content iframe,
.editor-content embed,
.editor-content object {
    display: block;
}

.editor-content table {
    max-width: 100% !important;
    width: 100% !important;
    table-layout: auto;
    border-collapse: collapse;
}

.editor-content td,
.editor-content th {
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.editor-content pre,
.editor-content code {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
}
