/* body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    line-height: 1.4;
    margin: 1rem
} */

table {
    border-collapse: collapse
}

table:not([cellpadding]) td,
table:not([cellpadding]) th {
    padding: .4rem
}

table[border]:not([border="0"]):not([style*=border-width]) td,
table[border]:not([border="0"]):not([style*=border-width]) th {
    border-width: 1px
}

table[border]:not([border="0"]):not([style*=border-style]) td,
table[border]:not([border="0"]):not([style*=border-style]) th {
    border-style: solid
}

table[border]:not([border="0"]):not([style*=border-color]) td,
table[border]:not([border="0"]):not([style*=border-color]) th {
    border-color: var(--vu-tinymce_hr-border_color)
}

figure {
    display: table;
}

figure figcaption {
    color: var(--vu-tinymce_caption-color);
    display: block;
    margin-top: .25rem;
    text-align: center
}

hr {
    border-color: var(--vu-tinymce_hr-border_color);
    border-style: solid;
    border-width: 1px 0 0 0
}

code {
    background-color: var(--vu-tinymce_code-bg);
    border-radius: 3px;
    padding: .1rem .2rem
}

.tinymce-cntnt:not([dir=rtl]) blockquote {
    border-left: 2px solid var(--vu-tinymce_blockquote-border_color);
    margin-left: 1.5rem;
    padding-left: 1rem
}

.tinymce-cntnt[dir=rtl] blockquote {
    border-right: 2px solid var(--vu-tinymce_blockquote-border_color);
    margin-right: 1.5rem;
    padding-right: 1rem
}