/* editor-style.css */
body.editor-styles-wrapper {
    font-family: Arial, sans-serif;
}

.editor-styles-wrapper p {
    line-height: 1.6;
    margin-bottom: 20px;
}
