/* Stili per i colori personalizzati nell'editor */
.editor-styles-wrapper {
    background-color: #f5f5f5; /* Background del tuo tema */
}
/* Definisci colori personalizzati per i blocchi */
.has-primary-background-color {
    background-color: #FF5733 !important;
}

.has-primary-color {
    color: #f2eceb !important;
}

.has-secondary-background-color {
    background-color: #33CFFF !important;
}

.has-secondary-color {
    color: #33CFFF !important;
}

.has-accent-background-color {
    background-color: #dc19d2 !important;
}

.has-accent-color {
    color: #badf27 !important;
}

