.is-style-circle,
.editor-styles-wrapper .is-style-circle,
.is-style-triangle,
.editor-styles-wrapper .is-style-triangle,
.is-style-rhombus,
.editor-styles-wrapper .is-style-rhombus{
  position: relative;
  z-index: 1;
}

.is-style-circle::before,
.editor-styles-wrapper .is-style-circle::before,
.is-style-triangle::before,
.editor-styles-wrapper .is-style-triangle::before,
.is-style-rhombus::before,
.editor-styles-wrapper .is-style-rhombus::before {
  position: absolute;
  z-index: -1;
  content: '';
}

.is-style-circle::before,
.editor-styles-wrapper .is-style-circle::before,
.is-style-rhombus::before,
.editor-styles-wrapper .is-style-rhombus::before {
  background: linear-gradient(90deg, #2D25B6 0%, #CA42D2 100.86%);
}

.is-style-circle::before,
.editor-styles-wrapper .is-style-circle::before {
  top: -17px;
  left: -41px;
  border-radius: 9999px;
  width: 69px;
  height: 69px;
}

@media (min-width: 782px) {
  .is-style-circle::before,
  .editor-styles-wrapper .is-style-circle::before {
    top: -32px;
    left: -34px;
  }
}

.is-style-triangle::before,
.editor-styles-wrapper .is-style-triangle::before {
  top: -10px;
  left: -40px;
  width: 59px;
  height: 63px;
  background-image: url(../../images/triangle.svg);
  background-size: contain;
}

@media (min-width: 782px) {
  .is-style-triangle::before,
  .editor-styles-wrapper .is-style-triangle::before {
    top: -32px;
    left: -30px;
  }
}

.is-style-rhombus::before,
.editor-styles-wrapper .is-style-rhombus::before {
  width: 46px;
  height: 46px;
  transform: translate(-34px, -15px) rotate(-45deg);
  left: 0;
  top: 0;
  border-radius: 5px;
  transform-origin: center;
}

@media (min-width: 782px) {
  .is-style-rhombus::before,
  .editor-styles-wrapper .is-style-rhombus::before {
    transform: translate(-14px, -23px) rotate(-45deg);
  }
}