.main-separator {
	display: flex;
	justify-content: center;
	align-items: center;
}

.main-separator::before {
	content: "";
	position: absolute;
	pointer-events: none;
	height: 40px;
	width: 100%;

	z-index: -1;
	background-color: rgb(var(--color-foreground));
}
