/* fix to prevent ckeditor richtext area from overflowing when used in paragraphs with multiple fields */
/* ref: https://www.drupal.org/project/drupal/issues/3332416#comment-15288082 */
.ck.ck-toolbar.ck-toolbar_grouping > .ck-toolbar__items {
    flex-wrap: wrap !important;
  }
  