.elementor-134 .elementor-element.elementor-element-d02f558{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-e73a932 *//* Hide the whole search row and any 'Your location' bits */
#wpsl-search-wrap,
#wpsl-search-wrap .wpsl-gps,
#wpsl-result-list .wpsl-your-location,
#wpsl-result-list li.wpsl-current-location { display: none !important; }

/* Pull the list up a bit since the search row is gone */
#wpsl-wrap { padding-top: 10px; }
/* ====== WPSL — Modern Layout ====== */

/* 1) Layout + spacing */
#wpsl-wrap { 
  margin: 24px auto;
  padding: 0;
  max-width: 1200px;
}
#wpsl-result-list, #wpsl-map { 
  background: #fff; 
  border-radius: 14px; 
  box-shadow: 0 8px 20px rgba(0,0,0,.06);
}
#wpsl-result-list { 
  padding: 8px 0; 
  margin-right: 24px; 
}
#wpsl-map { 
  border: 0; 
  overflow: hidden;
}

/* 2) Make the map nicely tall & sticky on desktop */
@media (min-width: 992px){
  #wpsl-map { height: 70vh !important; }
  #wpsl-gmap { height: 100% !important; }
  #wpsl-map { position: sticky; top: 100px; }  /* sticks while you scroll the list */
}

/* 3) Result items → card-like rows */
#wpsl-result-list li { 
  padding: 16px 18px; 
  border-bottom: 1px solid rgba(0,0,0,.06);
  transition: background .15s ease, transform .15s ease;
}
#wpsl-result-list li:hover { 
  background: #f8faf9; 
  transform: translateY(-1px);
}

/* 4) Typography */
#wpsl-result-list .wpsl-store-location { 
  font-weight: 700; 
  color: #0E493F; /* brand emerald */
  letter-spacing: .2px;
}
#wpsl-result-list .wpsl-address, 
#wpsl-result-list .wpsl-country { 
  color: #475569; 
  line-height: 1.35;
}

/* 5) Directions link styled like a button */
#wpsl-result-list .wpsl-direction-wrap a {
  display: inline-block;
  margin-top: 6px;
  padding: 8px 12px;
  background: #0E493F; /* brand emerald */
  color: #fff !important;
  border-radius: 10px;
  text-decoration: none !important;
  font-weight: 600;
}
#wpsl-result-list .wpsl-direction-wrap a:hover { 
  background: #126553;
}

/* 6) Remove the old top border line if theme adds one */
#wpsl-wrap hr, #wpsl-result-list:before { display:none; }

/* 7) Mobile tweaks */
@media (max-width: 991px){
  #wpsl-wrap { padding: 0 14px; }
  #wpsl-result-list { margin: 0 0 14px 0; }
  #wpsl-map { height: 420px !important; position: static; }
}

/* 8) Info-window polish on the map */
.wpsl-info-window { font-family: inherit; }
.wpsl-info-window h4 { 
  margin: 0 0 6px; 
  font-size: 16px; 
  color: #0E493F;
}
.wpsl-info-window .wpsl-info-actions a {
  background: #0E493F; 
  color: #fff; 
  padding: 6px 10px; 
  border-radius: 8px; 
  text-decoration: none;
}
.wpsl-info-window .wpsl-info-actions a:hover { background:#126553; }/* End custom CSS */