.ste-route-section,
.ste-event-sessions {
	margin-top: 28px;
	padding: 22px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 18px;
	background: #fff;
	box-shadow: 0 10px 30px rgba(17, 24, 39, 0.04);
}

.ste-route-section__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 14px;
}

.ste-route-section__title,
.ste-event-sessions h3 {
	margin: 0;
	font-size: 24px;
	line-height: 1.2;
}

.ste-route-section__download {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid rgba(17, 24, 39, 0.08);
	text-decoration: none;
	font-weight: 600;
}

.ste-event-sessions-list .ste-event-session-row + .ste-event-session-row,
.ste-event-session-row + .ste-event-session-row {
	border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.ste-event-session-row {
	padding: 14px 0;
}

.ste-event-session-title {
	font-weight: 700;
	margin-bottom: 6px;
}

.ste-event-session-meta {
	margin-bottom: 4px;
}

@media (max-width: 767px) {
	.ste-route-section,
	.ste-event-sessions {
		padding: 16px;
		border-radius: 14px;
	}

	.ste-route-section__header {
		flex-direction: column;
		align-items: flex-start;
	}
}
