/* Map Embed Block */

.map-embed__wrapper {
  position: relative;
  width: 100%;
}

.map-embed__wrapper iframe {
  width: 100%;
  height: min(60vh, 500px);
  border: 0;
  display: block;
  border-radius: 4px;
}
