.linie925-streckenverlauf {
	background-color: var(--wp--preset--color--primary);
	padding: 2.5rem;

	margin-inline: calc(var(--wp--style--root--padding-right) * -1);

	@media (min-width: 782px) {
		margin: unset;
	}
}

.streckenverlauf-inner {
	margin: 0 auto;
}

.streckenverlauf-titel {
	color: var(--wp--preset--color--white, #fff);
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 1.75rem;
}

.haltestellen-liste {
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.haltestellen-liste::before {
	content: '';
	position: absolute;
	left: .8125rem;
	top: .875rem;
	bottom: .875rem;
	width: 2px;
	background: #fff;
}

.haltestellen-liste li {
	position: relative;
	padding: 5px 0 5px 40px;
	font-weight: 700;
	color: var(--wp--preset--color--white);
}

.haltestellen-liste li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1.875rem;
	height: auto;
	aspect-ratio: 1;
	border-radius: 50%;
	border: 3px solid #fff;
	background: #00549D;
	box-sizing: border-box;
}

/* ------------------------------------------------------------------ */
/* Fahrplan-Download-Leiste (weißer Hintergrund, volle Inhaltsbreite)  */
/* ------------------------------------------------------------------ */

.lsv-fahrplan-download {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0.75rem;
	padding: 0.875rem 0;
	border-top: 3px solid var(--wp--preset--color--primary);
}

.lsv-fahrplan-label {
	font-weight: bold;
	color: var(--wp--preset--color--primary);
}

.lsv-fahrplan-actions {
	display: flex;
	gap: 1.5rem;
	flex-wrap: wrap;
}

.lsv-fahrplan-ansehen,
.lsv-fahrplan-herunterladen {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	color: #333;
	text-decoration: none;
	font-weight: lighter;

	>svg {
		width: 2.3125rem;
		height: auto;
		stroke: var(--wp--preset--color--primary);
	}
}

.lsv-fahrplan-ansehen:hover,
.lsv-fahrplan-herunterladen:hover {
	color: #00549D;
	text-decoration: underline;
}