.wp-block-separator.is-style-dots-left {
    background: none !important;
    border: none !important;
}

:root :where(.wp-block-separator.is-style-dots-left) {
    height: auto;
    line-height: 1;
    text-align: left;

  &:before {
    color: currentColor;
    content: "···";
    font-family: serif;
    font-size: 3em;
    letter-spacing: 1em;
    padding-left: 0em;
  }
}



/*# sourceMappingURL=style.css.map */