/* ============================================================
   RC UI 3.0 — SHELL FOUNDATION
   ============================================================ */

body.rc-editor-open #rc-editor-modal,
body.rc-editor-open #rc-editor-modal *,
body.rc-editor-open #rc-editor-modal *::before,
body.rc-editor-open #rc-editor-modal *::after{
    box-sizing:border-box;
}

body.rc-editor-open #rc-editor-modal{
    font-family:var(--rcx-font-family);
    color:var(--rc-text-primary);
    background:var(--rc-bg-main);
}

body.rc-editor-open #rc-editor-modal .rc-editor-app{
    background:var(--rc-bg-main);
}

body.rc-editor-open #rc-editor-modal button,
body.rc-editor-open #rc-editor-modal input,
body.rc-editor-open #rc-editor-modal select,
body.rc-editor-open #rc-editor-modal textarea{
    font:inherit;
}
