/**
 * Editor Styles
 */

.gutenberg-editor-page #wpwrap .skt-blocks-testomonial__outer-wrap ul.slick-dots{
  margin: 0 auto;
}
#wpwrap .edit-post-visual-editor button.slick-arrow{
  line-height:1em;
}
.skt-blocks-tm__desc,
.editor-block-list__layout .skt-blocks-tm__desc.block-editor-rich-text__editable {
  margin-bottom: 15px;
}
.skt-blocks-tm__author-name,
.editor-block-list__layout .skt-blocks-tm__author-name.block-editor-rich-text__editable {
  margin-bottom: 5px;
  font-size: 30px;
  line-height: 1em;
}
#wpwrap .edit-post-visual-editor ul.slick-dots {
  margin: 0;
}
.skt-blocks-tm__content.skin-type-bubble .skt-blocks-tm__desc {
  padding: 10px;
}
.skt-blocks-tm__content.skin-type-bubble .skt-blocks-testinomial-text-wrap {
  position:relative;
}

.skt-blocks-tm__content.skin-type-bubble .skt-blocks-testinomial-text-wrap:before {
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #e4e4e4;
  border-bottom: 10px solid transparent;
  right: 50%;
  bottom: -20px;
}
.skt-blocks-tm__content.skin-type-bubble.left-aligned .skt-blocks-testinomial-text-wrap:before {
left: 30px;
}
.skt-blocks-tm__content.skin-type-bubble.right-aligned .skt-blocks-testinomial-text-wrap:before {
  right: 30px;
}
.skt-blocks-tm__content.skin-type-bubble.center-aligned .skt-blocks-testinomial-text-wrap:before {
right:49%;
}
