/* Custom Google Maps Styling */
#custom-map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

/* Ensure the map container has proper dimensions */
.map-wrapper #custom-map {
    position: block;
    top: 10;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 16px;
}
