/**
 * pudo-leaflet.css
 * Leaflet-specific styling for the embedded PUDO map.
 */

.leaflet-div-icon {
    background: transparent !important;
    border: none !important;
}

.pudo-popup .leaflet-popup-content-wrapper {
    border-radius: 6px;
    padding: 0;
    direction: rtl;
    text-align: right;
    font-family: Arial, sans-serif;
    box-shadow: 0 3px 14px rgba(0,0,0,0.25);
}

.pudo-popup .leaflet-popup-content {
    margin: 12px 14px;
    min-width: 200px;
}

.pudo-popup .station-select {
    width: 100%;
    margin-top: 8px;
    padding: 5px 12px;
    background-color: #9F1414;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
}

.pudo-popup .station-select:hover {
    background-color: #7a0f0f;
}

.pudo-popup .leaflet-popup-close-button {
    left: 6px;
    right: auto;
    color: #555;
    font-size: 18px;
    padding: 4px 6px;
}

.pudo-fullscreen-button {
    width: 30px;
    height: 30px;
    padding: 0;
    background: #fff;
    color: #333;
    border: 0;
    cursor: pointer;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.pudo-fullscreen-button:hover {
    background: #f4f4f4;
}

#googleMap.pudo-map-fullscreen-target,
#googleMap:fullscreen,
#googleMap:-webkit-full-screen {
    width: 100vw !important;
    height: 100vh !important;
    background: #fff;
    z-index: 2147483647;
}

#googleMap.pudo-map-fullscreen-target {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
