/**
 * Separator block styles
 *
 * Block Type: core/separator
 */
hr.wp-block-separator[class*=gradient-background] {
  min-height: 2px;
  border: none;
}
hr.wp-block-separator.is-style-default:not(.alignwide):not(.alignfull) {
  width: 100px;
}
hr.wp-block-separator.is-style-dashed {
  border-style: dashed;
  background-color: transparent !important;
}
hr.wp-block-separator.is-style-dotted {
  border-style: dotted;
  background-color: transparent !important;
}
hr.wp-block-separator.is-style-thick {
  border-top-width: 8px;
  min-height: 8px;
}
hr.wp-block-separator.is-style-double {
  border-top-width: 2px;
  border-bottom-width: 2px;
  height: 8px;
  min-height: 8px;
  background: none !important;
}
hr.wp-block-separator.is-style-stripes {
  height: 12px;
  min-height: 12px;
  border: none;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='237.493' height='79.666' viewBox='0 0 237.493 79.666'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23141616' fill-rule='nonzero' d='m0 61.679 17.906 17.987H0V61.679ZM0 21.98l57.425 57.686H40.134L0 39.349V21.98ZM136.194 0 215.5 79.666h-17.291L118.903 0h17.291ZM96.675 0l79.306 79.666H158.69L79.385 0h17.29ZM57.157 0l79.305 79.666h-17.29L39.866 0h17.291ZM17.638 0l79.306 79.666H79.653L.347 0h17.291Zm158.075 0 61.78 62.061V79.43L158.422 0h17.291Zm61.78 22.363v17.368L197.941 0h17.29l22.262 22.363Z'/%3E%3C/g%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='237.493' height='79.666' viewBox='0 0 237.493 79.666'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill='%23141616' fill-rule='nonzero' d='m0 61.679 17.906 17.987H0V61.679ZM0 21.98l57.425 57.686H40.134L0 39.349V21.98ZM136.194 0 215.5 79.666h-17.291L118.903 0h17.291ZM96.675 0l79.306 79.666H158.69L79.385 0h17.29ZM57.157 0l79.305 79.666h-17.29L39.866 0h17.291ZM17.638 0l79.306 79.666H79.653L.347 0h17.291Zm158.075 0 61.78 62.061V79.43L158.422 0h17.291Zm61.78 22.363v17.368L197.941 0h17.29l22.262 22.363Z'/%3E%3C/g%3E%3C/svg%3E");
  -webkit-mask-repeat: repeat-x;
          mask-repeat: repeat-x;
  -webkit-mask-position: top left;
          mask-position: top left;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: currentColor !important;
}/*# sourceMappingURL=separator.css.map */
