/* Map View Styles */

#map-container {
    display: grid;
    height: 600px;
    /* background: #f5f5f5; */
    overflow: hidden;
    position: relative;
    padding: 0;
}

#map {
    /* border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    z-index: 1;
}

.event-popup {
    color: #333
}

.maps-event-thumbnail {
    max-width:100%;
    max-height:100px;
    border-radius:3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4px;
}

