#map {
    height: 100%;
    width: 100%;
    margin: auto;
    box-shadow: 0 0 60px 10px rgba(0, 0, 0, 0.1);
}

/* Add filter for marker shadows */
.station-marker {
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

/*body {
    height: 100vh;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}*/

    /* Add this to your existing styles */
    .marker-label {
    background-color: rgb(255, 255, 255);
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2);
    margin-top: -30px;
    white-space: nowrap;
}

.gmnoprint.gm-style-mtc-bbw {
        display: none !important; 
}

div[draggable="false"][style*="width: 40px"][style*="height: 81px"] {
    display: none !important; 
}

.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    display: none !important; 
}

.gmnoprint {
    display: none !important; 
}