@charset "UTF-8";
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none;
  border: none;
  height: auto;
  line-height: 1;
  max-width: none;
  text-align: center;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  font-family: serif;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
}
