.positions-map-block {
    width: 100%;
    height: 100% !important;
    min-height: 400px;
    margin: 0;
    border-radius: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f2f5f0;
}

/* Style for parent container */
.map-container {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* Ensure map container takes full height */
.positions-map-block .leaflet-container {
    width: 100%;
    height: 100%;
    background: #f2f5f0;
}

/* Custom map tiles style */
.map-tiles {
    filter: saturate(0.8) brightness(1.05);
}

/* Custom marker style */
.custom-map-marker {
    background: none;
    border: none;
}

.marker-dot {
    width: 16px;
    height: 16px;
    background-color: #22F502;
    border: 1px solid #666666;
    border-radius: 50%;
}

/* Custom popup styles */
.custom-popup .leaflet-popup-content-wrapper {
    background: #22F502;
    color: 4D4D4D;
    border-radius: 0;
    padding: 0.5rem;
    box-shadow: none;
}

.custom-popup .leaflet-popup-tip {
    background: #22F502;
}

.custom-popup .leaflet-popup-content {
    margin: 15px;
    min-width: 250px;
    color: #4D4D4D;
}

.map-popup h4 {
    margin: 0 0 20px 0;
    font-size: 1.25rem;
    color: #4D4D4D;
    font-weight: normal;
}

.map-popup .date {
    margin: 0 0 20px 0;
    font-size: 1.125em;
    color: #4D4D4D;
}

.map-popup p {
    margin: 0 0 15px 0;
    font-size: 0.9em;
    line-height: 1.4;
    color: #000;
}

.map-popup .button {
    display: inline-block;
    padding: 0;
    background: none;
    color: #4D4D4D;
    text-decoration: underline;
    font-size: 0.9rem;
}

.map-popup .button:hover {
    color:black;
    background-color: transparent;
}

/* Zoom control styling */
.leaflet-control-zoom {
    border: none !important;
    margin-right: 15px !important;
    margin-top: 15px !important;
}

.leaflet-control-zoom a {
    background: #22F502 !important;
    color: #4D4D4D !important;
    border: none !important;
    width: 30px !important;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 16px !important;
    margin-bottom: 1px !important;
}

.leaflet-control-zoom a:hover {
    background: #1ee501 !important;
}


/* Attribution styling */
.leaflet-control-attribution {
    background: none !important;
    color: #4D4D4D !important;
    font-size: 10px !important;
}

.leaflet-control-attribution a {
    color: #4D4D4D !important;
} 

.leaflet-popup{
    bottom:0 !important;
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip{
    box-shadow: none !important;
}