
/* Route track map styles */
.route-track-map {
    @apply relative overflow-hidden;
}

.route-track-map-feedback {
    @apply text-sm;
}

/* Custom tooltip styles for route points */
.route-point-tooltip {
    background-color: white !important;
    border: 2px solid #3B82F6 !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
    padding: 8px 12px !important;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.route-point-tooltip::before {
    border-top-color: #3B82F6 !important;
}

/* Ensure point markers are visible but not too intrusive */
.route-point-marker {
    z-index: 400 !important;
}

.route-marker-start,
.route-marker-end,
.route-marker-stop {
    z-index: 500 !important;
}