/* SOS OPA - RTL inside the Gutenberg content canvas */
.editor-styles-wrapper {
    direction: rtl !important;
    text-align: right !important;
    font-family: "Heebo", "Assistant", Arial, sans-serif;
}

.editor-styles-wrapper .wp-block,
.editor-styles-wrapper p,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-styles-wrapper blockquote,
.editor-styles-wrapper figcaption,
.editor-styles-wrapper td,
.editor-styles-wrapper th {
    direction: rtl !important;
    text-align: right !important;
}

.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
    direction: rtl !important;
    text-align: right !important;
    padding-right: 1.6em !important;
    padding-left: 0 !important;
}

.editor-styles-wrapper .wp-block-image img,
.editor-styles-wrapper .wp-block-video,
.editor-styles-wrapper .wp-block-embed {
    max-width: 100%;
    height: auto;
}

.editor-styles-wrapper pre,
.editor-styles-wrapper code {
    direction: ltr !important;
    text-align: left !important;
}
