/**
 * Editor styles for the admin
 */

.dggb-block-testimonial {
  margin-bottom: 0;

  .components-button:not(:disabled):not([aria-disabled="true"]):focus {
    background: none;
    box-shadow: none;
  }
}

.block-editor-block-list__layout [data-type="dggb-blocks/dggb-testimonial"] {
  margin-bottom: 1.2em;
}

.dggb-testimonial-info {
  h2.editor-rich-text__tinymce {
    line-height: 1.2;
  }

  p.editor-rich-text__tinymce {
    line-height: 1.6;
  }

  .dggb-testimonial-title + .dggb-testimonial-title {
    line-height: 1.8;
  }
}

#editor
  div[class^="wp-block-dggb-blocks-"].dggb-block-testimonial
  .dggb-add-image
  svg {
  height: 20px;
  width: 20px;
}
