@charset "UTF-8";
/* start_imports */
/* end_imports */
.wp-block-separator {
  width: 50%;
  margin-left: 25%;
}
.wp-block-separator.is-style-wide {
  width: 100%;
  margin-left: inherit;
}
.wp-block-separator.is-style-dots {
  background: 0 0;
  border: none;
  text-align: center;
  max-width: none;
  line-height: 1;
  height: auto;
  width: 100%;
  margin-left: 0;
}
.wp-block-separator.is-style-dots::before {
  content: "···";
  color: #191e23;
  font-size: 20px;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}