/*
 * Jodit overrides.
 *
 * Jodit keeps a white editing surface, so its text must stay dark — otherwise a
 * dark theme (e.g. the admin portal's dark mode, or a dark customer theme) is
 * inherited and the text becomes invisible on white. Applied directly to the
 * editing surface (NOT !important) so a colour a user deliberately applies in
 * the editor — which Jodit writes as an inline style — still wins.
 */
.jodit-wysiwyg,
.jodit-source__mirror,
.jodit-source textarea {
    color: #212529;
    background-color: #ffffff;
}
