.wp-block-separator {
	border-color: currentColor;
	border-radius: 999px;
	border-style: solid;
	border-width: 0 0 3px 0;
}
.wp-block-separator.is-style-glow {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), 
				0 0 0 -1px rgba(0, 0, 0, 0.3), 
				0 0 10px 1px var(--wp--preset--color--theme-2);
	filter: brightness(110%);
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots):not(.is-style-glow):not(.alignwide):not(.alignfull) {
	width: 162px;
}
