.vta-container-c4b1f278 {
	display: flex;
	position: relative;
	width: 100%;
}

.vta-timeline-wrapper-c4b1f278 {
	position: relative;
	width: 40px;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
}

.vta-line-bg-c4b1f278 {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #e2e8f0;
	left: 50%;
	transform: translateX(-50%);
}

.vta-line-progress-c4b1f278 {
	position: absolute;
	top: 0;
	width: 2px;
	background-color: #3b82f6;
	left: 50%;
	transform: translateX(-50%);
	height: 0;
	transition: height 0.4s ease;
}

.vta-content-wrapper-c4b1f278 {
	flex-grow: 1;
	padding-left: 20px;
}

.vta-item-c4b1f278 {
	margin-bottom: 20px;
	position: relative;
}

.vta-header-c4b1f278 {
	background: transparent;
	border: none;
	padding: 15px 0;
	width: 100%;
	text-align: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	outline: none;
	position: relative;
}

/* Hover/Active Indicator Lines */
.vta-header-c4b1f278::before {
	content: '';
	position: absolute;
	left: -46px; /* align with timeline */
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 0;
	background-color: transparent;
	z-index: 2;
	transition: height 0.3s ease, background-color 0.3s ease;
}

.vta-item-c4b1f278:hover .vta-header-c4b1f278::before,
.vta-item-c4b1f278.is-active .vta-header-c4b1f278::before {
	height: 20px;
	background-color: #3b82f6;
}

.vta-icon-c4b1f278 {
	margin-right: 15px;
	display: inline-flex;
	font-size: 20px;
	color: #64748b;
	transition: color 0.3s ease;
}
.vta-icon-c4b1f278 svg {
	width: 20px;
	height: 20px;
	fill: #64748b;
	transition: fill 0.3s ease;
}

.vta-title-text-c4b1f278 {
	font-size: 18px;
	font-weight: 600;
	color: #0f172a;
	transition: color 0.3s ease;
	flex-grow: 1;
}

.vta-toggle-icon-wrap-c4b1f278 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #94a3b8;
	transition: transform 0.3s ease, color 0.3s ease;
}

.vta-toggle-icon-wrap-c4b1f278 svg {
	width: 14px;
	height: 14px;
	fill: #94a3b8;
	transition: fill 0.3s ease;
}

.vta-content-c4b1f278 {
	overflow: hidden;
	height: 0;
	transition: height 0.3s ease;
}

.vta-item-c4b1f278.is-active .vta-content-c4b1f278 {
	height: auto; /* Handled by JS */
}

.vta-content-inner-c4b1f278 {
	padding: 0 0 20px 0;
	color: #475569;
	font-size: 15px;
	line-height: 1.6;
}
