.wp-block-separator{
    height:0 !important;
}

.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;
}.wp-block-separator{ 
margin:0 auto 0 auto;
}
.wp-block-separator:not(.is-style-dots){ 
border-top: none rgba(0,0,0,1);
border-right: none rgba(0,0,0,1);
border-bottom: none rgba(0,0,0,1);
border-left: none rgba(0,0,0,1);
border-radius:0 0 0 0;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots){ 
max-width:100px !important;
}
.wp-block-separator.has-black-color{color:rgba(50,55,60,1);border-color:currentColor;}.wp-block-separator.has-grey-color{color:rgba(68,68,68,1);border-color:currentColor;}.wp-block-separator.has-dark-blue-color{color:rgba(0,98,169,1);border-color:currentColor;}.wp-block-separator.has-blue-color{color:rgba(20,146,230,1);border-color:currentColor;}.wp-block-separator.has-green-color{color:rgba(87,171,39,1);border-color:currentColor;}.wp-block-separator.has-white-color{color:rgba(255,255,255,1);border-color:currentColor;}.wp-block-separator.has-light-grey-color{color:rgba(136,138,142,1);border-color:currentColor;}