.tort-spacer {
	position: relative;
	width: 100%;
	height: var(--thickness, 1px);
	margin: 0;
	padding: 0;
	color: currentColor; /* wszystkie kolory bazują na currentColor */
}

.tort-spacer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradient);
	border-radius: 2px;
}
