/* Map Component Styles */

.leaflet-container {
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

/* Route map on missions page */
#routeMap {
    height: 500px;
    width: 100%;
}

/* Aerodrome detail map */
#aerodromeMap {
    height: 400px;
    width: 100%;
}

/* Map popups */
.leaflet-popup-content {
    font-size: 0.85rem;
    line-height: 1.4;
}

.leaflet-popup-content strong {
    display: block;
    margin-bottom: 0.25rem;
}

/* Route line styling overrides */
.route-line {
    stroke-dasharray: none;
}

/* Sequence number markers */
.sequence-marker {
    background: #0d6efd;
    color: #fff;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border: 2px solid #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
