.map {
  width: 100%;
  max-width: 100%;
  margin: 20px 0;
  border-radius: var(--rounded);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.map iframe {
  display: block;
  width: 100%;
  height: 400px;
  border: none;
}

/*# sourceMappingURL=map.css.map */