.timelineBody {
	max-width: 800px; /* Set a max width for the timeline */
	margin: 0 auto; /* Center the timeline */
	position: relative; /* Position relative for the line */
}

.timeline {
	list-style-type: none; /* Remove bullet points */
	padding: 0; /* Remove default padding */
}

.timelineBody .lineWrapper{
	flex-basis: 0px;
	margin: 0px 16px;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	width: 3%;
	display: flex;
}


.timelineBody .lineWrapper .line{
	width: 1px;
	height: calc(100% - 9px);
	margin-bottom: -6px;
	background-image: linear-gradient(to bottom, var(--NN200, #CFD5E1) 55%, var(--NN0, rgba(255, 255, 255, 0)) 55%);
	background-position: left center;
	background-size: 1px 12px;
	background-repeat: repeat-y;
}

.timeline li {
	width: 100%;
	vertical-align: top;
	display: flex;
	min-height: 60px;
}

.timelineDot {
	width: 20px;
	height: 20px;
	max-width: 20px;
	max-height: 20px;
	background-color: #646464;
	border: 2px solid #c4c3c3;
	border-radius: 50%;
	align-self: center;
	position: relative;
}

.timelineContent {
	font-size: 14px;
	color: #858484;
	font-family: 'Jost', sans-serif;
}

.timelineDate {
	font-weight: bold; /* Bold date */
	text-align: right;
	width: 18%;
	flex-shrink: 0;
	font-size: 12px;
	color: #858484;
	font-family: 'Jost', sans-serif;
}

.timelineTitle {
	font-weight: 550;
	color: #000;
}

.timelineWork {
	margin-top: 2px; /* Space between date and work title */
}
