/* HeliTool Custom Location Markers */

.helicopter-lunch-marker {
    filter: drop-shadow(2px 2px 4px rgba(0,0,0,0.3));
}

.location-popup {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    max-width: 350px;
}

.location-popup h4 {
    color: #1e40af;
    margin: 0 0 10px 0;
    font-size: 1.2em;
    border-bottom: 2px solid #1e40af;
    padding-bottom: 5px;
}

.location-popup h5 {
    color: #FF6B35;
    margin: 10px 0 8px 0;
    font-size: 1.1em;
}

.location-popup p {
    margin: 5px 0;
    font-size: 0.9em;
    line-height: 1.4;
}

.location-popup p strong {
    color: #374151;
}

.lunch-landing-info {
    background-color: #fef7ed;
    padding: 10px;
    border-radius: 5px;
    border-left: 4px solid #FF6B35;
    margin: 10px 0;
}

.lunch-landing-info p {
    margin: 5px 0;
}

.popup-actions {
    margin-top: 15px;
    text-align: center;
    border-top: 1px solid #e5e7eb;
    padding-top: 10px;
}

.popup-actions .btn {
    background-color: #1e40af;
    color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.85em;
}

.popup-actions .btn:hover {
    background-color: #1e3a8a;
}

/* Leaflet popup styling overrides */
.leaflet-popup-content-wrapper {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.leaflet-popup-content {
    margin: 15px;
    line-height: 1.4;
}

.leaflet-popup-tip {
    background: white;
    color: #333;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
