.map-community-marker {
  font-family: 'Montserrat', sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: normal;
  font-weight: 700;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 50%;
  font-size: 12px;
}
.map-community-marker--active,
.map-community-marker--hover {
  border-color: #da291c;
  color: #da291c;
}
