.wp-block-teft-step {
	padding-bottom: 40px;
	position: relative
}

.wp-block-teft-step::before {
		background: var(--teft-theme-primary-color);
		border-radius: 100%;
		color: #fff;
		content: "";
		content: counter(steps);
		counter-increment: steps;
		display: block;
		font-size: 18px;
		height: 32px;
		line-height: 32px;
		position: absolute;
		text-align: center;
		width: 32px;
		z-index: 4;
	}

.wp-block-teft-step::after {
		background: #ccc;
		content: "";
		display: block;
		height: 100%;
		left: 15px;
		position: absolute;
		top: 0;
		width: 1px;
		z-index: 1;
	}

.teft-step__inner {
	padding-left: 60px
}

.teft-step__inner > *:first-child {
		margin-top: 0;
	}

.teft-step__inner .block-editor-block-list__layout > *:first-child {
		margin-top: 0;
	}

[data-type="teft/step"] {
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.entry-content .wp-block-teft-step:last-child::after {
		display: none;
	}

.wp-block-teft-steps {
	counter-reset: steps;
}

.teft-steps__inner {
	position: relative;
}
