.what-to-expect-steps-wrap {
	width: 100%;
}

.what-to-expect-steps-wrap .what-to-expect-steps-header-title:empty {
	display: none;
}

.what-to-expect-steps-wrap
	.what-to-expect-steps-header-title
	.wp-block-heading {
	margin-top: 0;
	margin-bottom: 2rem;
	font-size: var(--text-size-400);
}

.what-to-expect-steps-wrap > .what-to-expect-steps-list {
	position: relative;
	list-style: none;
	padding: 0;
	margin: 0;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	position: relative;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item
	.what-to-expect-steps-item-number {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	width: 5rem;
	max-width: 10%;
	border: 1px solid #a7803c;
	border-radius: 50%;
	padding: 0.5rem;
	aspect-ratio: 1/1;
	font-size: var(--text-size-300);
	font-weight: 800;
	line-height: 1;
	color: rgba(18, 54, 89, 1);
	background: #fff;
	position: relative;
	z-index: 10;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item
	.what-to-expect-steps-item-number
	span {
	text-transform: uppercase;
	font-size: 0.75rem;
	font-weight: 600;
	display: block;
	padding-bottom: 0.25rem;
	position: relative;
	z-index: 10;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item
	.what-to-expect-steps-item-number::before {
	content: "";
	position: absolute;
	bottom: -7rem;
	height: 7rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	background: rgba(18, 54, 89, 0);
	border-left: 1px dashed #a7803c;
	border-right: 1px dashed #a7803c;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item:last-child
	.what-to-expect-steps-item-number::before {
	display: none;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item
	h3 {
	font-weight: 500;
	font-size: var(--text-size-200);
	margin: 0 0 0.5rem;
}

.what-to-expect-steps-wrap
	> .what-to-expect-steps-list
	> .what-to-expect-steps-item
	.what-to-expect-steps-item-content {
	width: calc(90% - 2rem);
}

@media screen and (min-width: 48rem) and (max-width: 60rem) {
	.what-to-expect-steps-wrap
		> .what-to-expect-steps-list
		> .what-to-expect-steps-item
		.what-to-expect-steps-item-number {
		max-width: 15%;
	}

	.what-to-expect-steps-wrap
		> .what-to-expect-steps-list
		> .what-to-expect-steps-item
		.what-to-expect-steps-item-content {
		width: calc(85% - 1rem);
	}
}

@media screen and (max-width: 48rem) {
	.what-to-expect-steps-wrap
		> .what-to-expect-steps-list
		> .what-to-expect-steps-item
		.what-to-expect-steps-item-number {
		max-width: 20%;
	}

	.what-to-expect-steps-wrap
		> .what-to-expect-steps-list
		> .what-to-expect-steps-item
		.what-to-expect-steps-item-content {
		width: calc(80% - 1rem);
	}

	.what-to-expect-steps-wrap
		> .what-to-expect-steps-list
		> .what-to-expect-steps-item
		.what-to-expect-steps-item-number::before {
		bottom: -7rem;
		height: 7rem;
	}
}
