.gpx-viewer-container-1f74bd94 {
	width: 100%;
	margin: 20px 0;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
}

.gpx-map-1f74bd94 {
	height: 450px;
	width: 100%;
}

.cyclist-marker-1f74bd94 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.pulse-dot-1f74bd94 {
	font-size: 20px;
	animation: bounce-1f74bd94 0.5s infinite alternate;
}

@keyframes bounce-1f74bd94 {
	from { transform: translateY(0); }
	to { transform: translateY(-5px); }
}
