.wp-block-separator{ 
margin:0 auto 0 0;
}
.wp-block-separator:not(.is-style-dots){ 
background-color:rgba(0,0,0,1);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){ 
max-width:40px !important;
}
.wp-block-separator.has-black-color{color:rgba(22,22,22,1);border-color:currentColor;}.wp-block-separator.has-white-color{color:rgba(255,255,255,1);border-color:currentColor;}.wp-block-separator.has-grey-light-color{color:rgba(245,245,245,1);border-color:currentColor;}.wp-block-separator.has-grey-color{color:rgba(155,155,155,1);border-color:currentColor;}.wp-block-separator.has-mine-shaft-color{color:rgba(62,62,62,1);border-color:currentColor;}.wp-block-separator.has-orange-color{color:rgba(236,73,51,1);border-color:currentColor;}.wp-block-separator.has-grey-text-color{color:rgba(128,128,128,1);border-color:currentColor;}.wp-block-separator{
    border:0;
    height:1px;
}

.wp-block-separator.alignwide,
.wp-block-separator.alignfull,
.editor-styles-wrapper .wp-block[data-align="wide"] > .wp-block-separator,
.editor-styles-wrapper .wp-block[data-align="full"] > .wp-block-separator{
    width:100% !important;
}

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none;
    text-align: center;
    line-height: 1;
    height: auto !important;
    width:100% !important;
}

.wp-block-separator.is-style-dots::before {
    content: "···";
    color: currentColor;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;
}