.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.alignwide):not(.alignfull) { 
	width: 128px;
}

.wp-block-separator:not(.is-style-dots):not(.has-background) {
	background-image: none; /* Remove gradient */
    background-color: #006400; /* Dark Green */
	border: none;
	height: 1px;
}