.wp-block-separator {
	border: none;
	color: var(--theme-form-field-border-initial-color);

	&:not(:where(.is-style-wide, .is-style-dots, .alignfull, .alignwide)) {
		max-width: 100px;
	}

	&:not(.is-style-dots) {
		height: 2px;
	}
}