.mce-content-body {
    background-color: #fff !important;
    color: #333 !important;
    padding: 10px !important;
    min-height: 300px !important;
}

/* Stelle sicher, dass der Text immer sichtbar ist */
#product_short_description {
    color: #333 !important;
    background: #fff !important;
}

/* Editor Container Styling */
.wp-editor-container {
    border: 1px solid #ddd;
}

/* Tabs Styling */
.wp-editor-tabs {
    background: #f5f5f5;
}

/* Force correct display */
.tmce-active .wp-editor-area {
    color: #333 !important;
}