.vt-205dac19-container {
	position: relative;
	padding-left: 10px;
	max-width: 800px;
	margin: 0 auto;
}

.vt-205dac19-line {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 9px;
	width: 2px;
	border-left: 2px dashed #4a6fa5;
	z-index: 1;
}

.vt-205dac19-events {
	position: relative;
	z-index: 2;
}

.vt-205dac19-event {
	position: relative;
	margin-bottom: 30px;
	padding-left: 30px;
}

.vt-205dac19-event:last-child {
	margin-bottom: 0;
}

.vt-205dac19-marker {
	position: absolute;
	left: 4px;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #6495ed;
	box-shadow: 0 0 0 4px rgba(100, 149, 237, 0.2);
}

.vt-205dac19-content {
	display: flex;
	flex-direction: column;
	text-align: left;
}

.vt-205dac19-date {
	font-weight: 600;
	font-size: 13px;
	color: #6495ed;
	margin-bottom: 3px;
}

.vt-205dac19-title {
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	margin: 0 0 5px;
}

.vt-205dac19-desc {
	font-size: 14px;
	color: #bbbbbb;
	line-height: 1.5;
}