.vt-287-wrapper {
	padding: 20px;
}
.vt-287-container {
	position: relative;
	padding-left: 30px;
}
.vt-287-container::before {
	content: '';
	position: absolute;
	left: 8px;
	top: 0;
	bottom: 0;
	width: 4px;
	background-color: #9B4A2B; /* Primary color fallback */
	border-radius: 2px;
}
.vt-287-item {
	position: relative;
	margin-bottom: 40px;
}
.vt-287-item:last-child {
	margin-bottom: 0;
}
.vt-287-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	position: relative;
}
.vt-287-marker {
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: #9B4A2B;
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px #9B4A2B;
	z-index: 1;
}
.vt-287-year {
	font-weight: 600;
	color: #9B4A2B;
	font-size: 1.1em;
	margin: 0;
}
.vt-287-content {
	background: #F9F5EF;
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}
.vt-287-title {
	margin: 0 0 10px 0;
	font-size: 1.3em;
	color: #1C1A17;
}
.vt-287-desc {
	margin: 0;
	color: #54595F;
	line-height: 1.6;
}