/* -------------------------
   WR — Mapa (wiele markerów)
--------------------------*/

.wr-map-multi {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  box-sizing: border-box;
}

.wr-map-multi__canvas {
  width: 100%;
  height: 420px;
}

.wr-map-multi__notice {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #666;
  font-size: 14px;
  background: #f5f5f5;
}
