.services-feed {
	padding-top: var(--space-m);
	margin-top: calc(40px - var(--space-xs));
	position: relative;
}
@media screen and (max-width: 1025px) {
	.services-feed {
		padding-top: var(--space-m);
		margin-top: 12px;
		position: relative;
	}
}
.service-feed__vertical-line {
	position: absolute;
	width: 1px;
	height: 100%;
	position: absolute;
	top: calc(var(--space-m) * -1);
	background: var(--secondary-light);
	left: -85px;
}
@media screen and (max-width: 1025px) {
	.service-feed__vertical-line {
		display: none;
	}
}
.services-feed .line-component {
	position: absolute;
}
.service-feed__single-title {
	position: relative;
}
.service-feed__single-title::before {
	content: "";
	width: 12px;
	height: 12px;
	position: absolute;
	top: 22px;
	background: var(--accent);
	left: -42px;
}

.service-feed__item a.clickable-parent {
	text-decoration: none !important;
}

@media screen and (max-width: 1025px) {
	/* Partially disable clickable parent*/
	.service-feed__parent > p {
		z-index: 9;
		position: relative;
	}
}

.service-feed__parent {
	height: fit-content;
	display: flex;
	flex-direction: column;
	gap: 2rem;
	align-items: flex-start;
}
.service-feed__parent .link--primary {
	margin-top: 20px;
	pointer-events: none;
}

.service-feed__children ul {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 0;
	padding: 15px 0;
}

/* Sticky */
@media screen and (min-width: 1026px) {
	.services-feed__intro {
		position: sticky;
		top: calc(var(--header-height) + 30px);
		display: block;
		height: fit-content;
	}
}
@media screen and (max-width: 1025px) {
	.services-feed__intro {
		padding-bottom: 2rem;
	}
}

@media screen and (min-width: 1026px) {
	.subitems-toggle {
		display: none !important;
	}
}
@media screen and (max-width: 1025px) {
	.service-feed__parent {
		gap: 1.2rem;
	}
	.services-feed__intro a.link--primary {
		position: absolute;
		bottom: -53px;
	}
	.services-feed {
		margin-bottom: calc(var(--section-padding-block) + 15px);
	}

	.service-feed__children {
		display: none;
	}

	.service-feed__item {
		justify-items: start;
		border-top: 1px solid var(--primary-dark);
		padding-left: 24px;
		padding-top: 32px;
	}
	@media screen and (max-width: 1025px) {
		.service-feed__item {
			padding-left: 43px;
		}
	}
	.subitems-toggle.subitems-toggle.subitems-toggle.subitems-toggle {
		background: white !important;
		position: relative;
		display: flex;
		text-transform: none;
		font-size: var(--text-m);
		padding-left: 3.8rem;
		margin-top: 10px;
		text-align: left;
	}
	.subitems-toggle svg {
		position: absolute;
		left: 12px;
		top: 50%;
		transform: translateY(-50%);
	}

	.service-feed__item {
		border-top: 1px solid var(--secondary-light);
	}
	.service-feed__item:last-child {
		border-bottom: 1px solid var(--secondary-light);
		padding-bottom: 32px;
	}
}
