.wp-block-separator{ 
margin:0 auto 0 auto;
}
.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:100px !important;
}
.wp-block-separator.has-black-color{color:rgba(55,58,66,1);border-color:currentColor;}.wp-block-separator.has-grey-color{color:rgba(105,107,111,1);border-color:currentColor;}.wp-block-separator.has-dark-blue-color{color:rgba(41,63,91,1);border-color:currentColor;}.wp-block-separator.has-blue-color{color:rgba(93,149,219,1);border-color:currentColor;}.wp-block-separator.has-light-blue-color{color:rgba(94,190,214,1);border-color:currentColor;}.wp-block-separator.has-white-color{color:rgba(255,255,255,1);border-color:currentColor;}.wp-block-separator.has-gold-color{color:rgba(255,191,54,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;
}