.gpx-routes-intro {
	margin: 25px 0 10px;
	font-size: 16px;
	line-height: 1.6;
}

.gpx-route-card {
	margin-bottom: 35px;
	padding-bottom: 25px;
	border-bottom: 1px solid #e8e8e8;
}

.gpx-route-header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.gpx-route-header h2 {
	margin: 0 0 8px;
	font-size: 24px;
}

.gpx-difficulty-badge {
	display: inline-block;
	color: #fff;
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 600;
	margin-right: 8px;
}

.gpx-point-count {
	color: #666;
	font-size: 13px;
}

.gpx-route-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gpx-route-map {
	width: 100%;
	height: 380px;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gpx-route-empty,
.gpx-article-map-empty {
	padding: 18px;
	background: #f7f7f7;
	border-radius: 12px;
	color: #666;
	text-align: center;
}

.gpx-article-map {
	width: 100%;
	height: 420px;
	border-radius: 16px;
	overflow: hidden;
	margin-top: 20px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.gpx-article-actions {
	margin-top: 20px;
}

@media (max-width: 767px) {
	.gpx-route-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.gpx-route-map,
	.gpx-article-map {
		height: 300px;
	}
}
