/* CLean up the list of styles by hiding disabled style options */
.ssa-sidebar-editor-content .ck.ck-style-panel .ck-style-grid .ck-style-grid__button.ck-disabled {
  display: none;
}

.field--widget-paragraphs .field-actions em.placeholder::before {
  content: '\202F';
}

.d-none {
  display: none!important;
}
