.advanced-map-container{
    border-radius: 15px; /* Rounded corners */
    overflow: hidden; /* Ensures the map respects border-radius */
    width: 100%;
    height: 75vh;
    box-shadow: 0 0.25rem 0.75rem rgba(var(--bs-body-color-rgb, 0, 0, 0), 0.5);
}

#advanced-map{
    width: 100%;
    height: 100%;
}

.map-infowindow img {
    object-fit: cover;
}