/* Locations map fixes */

.map-section #wpsl-wrap #wpsl-result-list #wpsl-stores ul li {
  width: 100% !important;
}
.map-section #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-store-location {
  display: flex;
  padding: 1em !important;
}
.map-section #wpsl-wrap #wpsl-result-list #wpsl-stores ul li .wpsl-contact-details{
  position: inherit !important;
  right: unset !important;
  top: unset !important;
}
.map-section #wpsl-wrap #wpsl-result-list #wpsl-stores ul li p {
  width: 50% !important;
}
.map-section #wpsl-wrap #wpsl-result-list #wpsl-stores .wpsl-direction-wrap {
  right: unset !important;
  left: 0;
}