.map__cluster {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  color: var(--primary-color);
  border: 4px solid var(--primary);
  border-radius: 99px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  padding: 15px;
}

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