.map-custom-controls[data-v-52ad8a2e] {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}
.info-window-text[data-v-52ad8a2e] {
  font-size: 14px;
}
.info-window-text.invisible[data-v-52ad8a2e] {
  visibility: hidden;
}
.gmaps-custom-marker[data-v-52ad8a2e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gmaps-marker-label[data-v-52ad8a2e] {
  background: #1e3932;
  color: #fff;
  padding: 2px 10px;
  font-size: 0.9em;
  text-align: center;
  border-radius: 8px;
  margin-top: 5px;
  width: 80px;
  min-width: 80px;
  line-height: 1.2em;
}
.gmaps-marker-icon[data-v-52ad8a2e] {
  width: 26px;
  height: 26px;
  cursor: pointer;
}
