@charset "utf-8";

.venue {
  font-size: 1.4em;
  font-weight: bold;

  margin: 0 auto;
  text-align: center;
}

.embed-map {
  --width-embed-map: 330;
  --height-embed-map: 330;

  display: block;
  margin: 0 auto;
  text-align: center;

  width: calc(var(--width-embed-map) * 1px);
  height: calc(var(--height-embed-map) * 1px);
}
.iframe-map {
  width: 100%;
  height: 100%;
}
