.timeline-8864cd47-container {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 100%;
}

.timeline-8864cd47-item {
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
	position: relative;
}

.timeline-8864cd47-marker-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.timeline-8864cd47-marker {
	width: 40px;
	height: 40px;
	background-color: #f0f0f0;
	color: #333;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 14px;
	z-index: 2;
}

.timeline-8864cd47-line {
	position: absolute;
	background-color: #e5e5e5;
	top: 40px;
	bottom: -2rem;
	width: 2px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

.timeline-8864cd47-content {
	flex: 1;
	padding-top: 6px;
}

.timeline-8864cd47-title {
	margin: 0 0 0.5rem 0;
	font-size: 1.1rem;
	color: #222;
}

.timeline-8864cd47-desc {
	margin: 0;
	font-size: 0.95rem;
	color: #666;
	line-height: 1.5;
}

/* Tablet (wrap / adaptive) */
@media (min-width: 768px) {
	.timeline-8864cd47-container {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 3rem 1.5rem;
	}
	.timeline-8864cd47-item {
		flex-direction: column;
		width: calc(50% - 0.75rem);
		gap: 1rem;
	}
	.timeline-8864cd47-marker-wrap {
		flex-direction: row;
		align-items: center;
	}
	.timeline-8864cd47-line {
		top: 50%;
		left: 40px;
		right: -1.5rem;
		bottom: auto;
		width: auto;
		height: 2px;
		transform: translateY(-50%);
	}
}

/* Desktop (horizontal line) */
@media (min-width: 1024px) {
	.timeline-8864cd47-container {
		flex-direction: row;
		flex-wrap: nowrap;
	}
	.timeline-8864cd47-item {
		width: 20%;
	}
	.timeline-8864cd47-line {
		right: -1.5rem;
	}
}
