.separator {
	background-color: var(--stroke-subtle);
}

.vertical {
	width: var(--component-border-width-md);
}

.horizontal {
	height: var(--component-border-width-md);
	width: 100%;
}

.emphasis-high {
	background-color: var(--stroke-strong);
}

.emphasis-medium {
	background-color: var(--stroke-default);
}

.emphasis-low {
	background-color: var(--stroke-subtle);
}
