.vs-e139e266-wrapper {
	width: 100%;
}

.vs-e139e266-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 30px; /* Default gap, controlled by Elementor */
}

.vs-e139e266-item {
	position: relative;
	--badge-size: 50px;
	--badge-gap: 30px;
	padding-left: calc(var(--badge-size) + var(--badge-gap)); 
}

/* Connecting Line */
.vs-e139e266-item::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: -30px; /* Connects to next item, extend by gap amount */
	left: 25px; /* Half of default 50px number width */
	width: 2px;
	background-color: #b3d4fc; /* Default line color */
	transform: translateX(-50%);
	z-index: 1;
}

/* Hide line on last item */
.vs-e139e266-item:last-child::before {
	display: none;
}

.vs-e139e266-number {
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background-color: #1a3673; /* Default bg */
	color: #ffffff; /* Default text color */
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	font-size: 20px;
	z-index: 2;
}

.vs-e139e266-card {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	border-radius: 12px;
	padding: 25px;
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

.vs-e139e266-header {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	gap: 12px;
}

.vs-e139e266-icon {
	color: #0087a3;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.vs-e139e266-icon svg {
	width: 20px;
	height: 20px;
	fill: #0087a3;
}

.vs-e139e266-title {
	margin: 0;
	color: #0c1a4b;
	font-size: 22px;
	font-weight: 700;
}

.vs-e139e266-desc {
	color: #556270;
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}
