.leaflet-popup-content-wrapper {
  padding: 0;
}
.leaflet-popup-content {
  margin: 0;
}
.leaflet-popup-content > .salonListItem {
  border: none;
  padding: 0;
  color: var(--heritageBlack);
  font-size: 14px;
  width: 100%;
  height: 300px;
}
@media screen and (min-width: 800px) {
  .leaflet-popup-content > .salonListItem {
    height: 340px;
  }
}
.leaflet-popup-content > .salonListItem > .salonTextContainer {
  width: 100%;
  padding: 0 10px;
}
.leaflet-popup-content > .salonListItem > .salonTextContainer > .salonPhone {
  color: var(--heritageBlack);
  font-size: 14px;
}
.leaflet-popup-content .salonName {
  margin-top: 10px;
  font-size: 20px;
  width: 100%;
  box-sizing: border-box;
}
.leaflet-popup-content
  .salonListItem
  > .salonTextContainer
  > .salonButtonsContainer {
  flex-direction: column;
  gap: 5px;
  align-items: center;
  padding: 0;
  bottom: 10px;
}
.leaflet-popup-content
  > .salonListItem
  > .salonTextContainer
  > .salonButtonsContainer
  > .salonDirect {
  color: var(--heritageWhite);
  right: 10px;
}
.leaflet-popup-content
  > .salonListItem
  > .salonTextContainer
  > .salonButtonsContainer
  > .salonDirect:hover {
  background-color: var(--heritageBrown);
  border-color: var(--heritageBrown);
}
.leaflet-pane > .leaflet-popup > .leaflet-popup-close-button {
  color: var(--heritageBeige);
  transition: all 0.3s ease;
}
.leaflet-pane > .leaflet-popup > .leaflet-popup-close-button:hover {
  color: var(--heritageBeige);
  transform: scale(1.2);
}
.leaflet-div-icon > svg {
  position: relative;
  top: -6px;
  left: -6px;
}
