.map-embed {
  position: relative;
  width: 100%;
  height: 500px; /* Fixed height - adjust as needed */
  overflow: hidden;
  border-radius: 8px;
}

.map-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}