.teh-public-map {
  width: min(var(--container, 1640px), calc(100% - 24px));
  margin: 0 auto 24px;
}

.teh-map__zoom {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
}

.teh-map__stage {
  position: relative;
}
