.block-steps {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: min(100%, 442px);
	padding-left: 34px;
}

.block-steps > .wp-block-group {
	position: relative;
	margin: 0 !important;
}

.block-steps > .wp-block-group::before {
	content: '';
	position: absolute;
	top: 6px;
	left: -34px;
	width: 10px;
	height: 10px;
	border: 1px solid var(--wp--preset--color--deep-ocean);
	border-radius: 50%;
	background: var(--wp--preset--color--light);
	box-sizing: border-box;
}

.block-steps > .wp-block-group:not(:last-child)::after {
	content: '';
	position: absolute;
	top: 16px;
	bottom: -36px;
	left: -30px;
	width: 1px;
	background: rgba(0, 48, 85, 0.35);
}

