.pano-poi-marker .site-location {background-color: fff !important; background-size: 40%; }


.map-type-switcher-container {justify-content: left !important;}

.poi-tooltip .poi-distance {
  margin: 3px 0;
  font-weight: 900;
  font-size: max(0.75rem, 12px);
  padding-left: 30px;
}

.poi-desc {
  line-height: 1.8;
}

@media screen and (min-width: 992px) {
  .site-location-left-column .map-type-switcher-container {
    justify-content: start;
    margin-top: 1.25rem;
  }
}