.portal-page-description {
    display: flex;
    flex-direction: column;
    max-width: 100% !important;
    word-break: break-word;
    width: 100%;
    margin-top: 12px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 12pt;
}

.page-no-margin .portal-page-description {
    margin-top: 0!important;
}

.portal-page-description > p {
    margin-bottom: 0.5rem!important;
}

.portal-page-description > * {
    max-width: 100% !important;
    min-width: inherit !important;
}

.portal-page-description table  {
    max-width: 100% !important;
}

.portal-page-description table tbody tr th {
    max-width: 100% !important;
    width: fit-content !important;
    min-width: auto !important;
    word-break: normal!important;
}

.editor-table tbody, td, tfoot, th, thead, tr{
    border-color: inherit!important;
    border-style: inherit!important;
    border-width: inherit!important;
}

.portal-page-description blockquote {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 40px;
    margin-inline-end: 40px;
    unicode-bidi: isolate;
    border-left: none;
}

.portal-page-description .preview-bg {
    max-width: 100%!important;
}

.portal-page-description figure {
    margin: 0 0 1rem;
}