.previous-editions {
	padding: 80px 0;
}

.previous-editions-title {
	font-size: 48px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 24px;
	text-align: center;
}

.previous-editions-intro {
	font-size: 16px;
	line-height: 1.6;
	color: #1a1a1a;
	text-align: center;
	margin-bottom: 60px;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.previous-editions-intro strong {
	font-weight: 700;
}

.timeline {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.timeline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #0070c1;
}

.timeline-item {
	position: relative;
	margin-bottom: 48px;
	padding-left: 40px;
}

.timeline-item:last-child {
	margin-bottom: 0;
}

.timeline-marker {
	position: absolute;
	left: -6px;
	top: 8px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #0070c1;
	border: 3px solid #ffffff;
	box-shadow: 0 0 0 2px #0070c1;
}

.timeline-content {
	padding-left: 20px;
}

.timeline-year {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin-bottom: 16px;
}

.timeline-awards {
	margin-bottom: 16px;
}

.timeline-awards p {
	font-size: 15px;
	line-height: 1.8;
	color: #1a1a1a;
	margin-bottom: 8px;
}

.timeline-awards p:last-child {
	margin-bottom: 0;
}

.timeline-awards strong {
	font-weight: 700;
}

.timeline-link {
	font-size: 15px;
	font-weight: 500;
	color: #0070c1;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	transition: gap 0.3s ease;
}

.timeline-link:hover {
	gap: 10px;
}

@media (max-width: 768px) {
	.previous-editions {
		padding: 60px 0;
	}

	.previous-editions-title {
		font-size: 36px;
	}

	.timeline {
		max-width: 100%;
	}

	.timeline-item {
		padding-left: 30px;
	}
}


