/* Custom styles for Pedikura Od Gabi */

/* Make the map responsive */
.map-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    /* Optional: maintain aspect ratio or set a max-height if needed */
}

.map-container iframe {
    width: 100% !important;
    max-width: 100% !important;
    /* height can remain fixed or be made responsive too, but width is the main issue */
}
