.custom-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marker-pin {
  width: 18px;
  height: 18px;
  background: #d00;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0,0,0,.3);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.marker_img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.marker-label {
  margin-top: 4px;
  background: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 13px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.2);
}

.gm-style img	{
	margin: 10px;
}

.gm-style .gm-style-iw	{
	font-size: 15px;
	font-weight: 400;
}

.member-map-module {
    margin: 1.5rem 0;
}

#member-map {
    border-radius: 8px;
    overflow: hidden;
}

.map-popup {
    line-height: 1.4;
    max-width: 260px;
}