.header-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Route gradient stop styling moved from inline SVG */
#routeGradient stop.route-gradient-start {
  stop-color: #3b82f6;
  stop-opacity: 1;
}
#routeGradient stop.route-gradient-end {
  stop-color: #3ddc97;
  stop-opacity: 1;
}
