.block-editor-rich-text__editable div.custom-list {
    display: flex;
    flex-direction: column;
    background-color: #ccc;
  list-style-type: disc !important;
  padding-left: 1.5em;
  margin-left: 0.5em;
  display: block;
}

span.custom-subtitle{
    text-transform:uppercase;
    font-weight:700;
    color:#777;
}
span.custom-subtitle-h4{
    text-transform:uppercase;
    font-weight:700;
    color:#555;
}
span.custom-paragraph{
    
    background-color: orange;
}

/* Colore rosso per il pulsante cancella nella toolbar (opzionale) */
button[aria-label="Svuota completamente il campo"] svg {
    fill: #d94f4f !important;
}

button[aria-label="Svuota completamente il campo"]:hover {
    background-color: #fceaea !important;
}