.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content {
  margin: 0;
}
.leaflet-popup-content > .salonListItem {
  border: none;
  padding: 0;
  color: var(--heritageBlue);
}
.leaflet-popup-content > .salonListItem > .salonPhone {
  color: var(--heritageBlue);
}
.leaflet-popup-content .salonName {
  background-color: var(--heritageBlue);
  color: white;
  padding: 5px 0 3px 15px;
  margin-top: 0;
}
.leaflet-popup-content > .salonListItem > .secondaryButton {
  color: white;
}
.leaflet-popup-content > .salonListItem > .secondaryButton:hover {
  color: var(--heritageRed);
}
.leaflet-popup-content > .salonListItem > .salonDirect {
  color: var(--heritageWhite);
}
.leaflet-pane > .leaflet-popup > .leaflet-popup-close-button {
  color: white;
}
.leaflet-div-icon > svg {
  position: relative;
  top: -6px;
  left: -6px;
}
