.njcms-timeline,
.njcms-registry--timeline,
.njcms-decisions--timeline {
	position: relative;
}

.njcms-timeline::before,
.njcms-registry--timeline::before {
	content: "";
	position: absolute;
	left: 0.65rem;
	top: 0;
	bottom: 0;
	width: 2px;
	background: linear-gradient(180deg, #d2def0, #9eb6d8);
}

.njcms-timeline-item {
	position: relative;
	padding-left: 2rem;
	margin-bottom: var(--njcms-space-lg);
}
