.elementor-1762 .elementor-element.elementor-element-df2950a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:flex-end;}.elementor-1762 .elementor-element.elementor-element-89251ac{--spacer-size:150px;}.elementor-1762 .elementor-element.elementor-element-31d75f3{--display:flex;--min-height:0px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-1762 .elementor-element.elementor-element-443fa79{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-f8dda0e *//* Main container: force horizontal layout */
.asl-wrapper {
  display: flex;
  flex-direction: row;
  gap: 20px;
  flex-wrap: nowrap;
}

/* Store list panel to the left */
#asl-panel {
  order: 1;
  width: 420px;
  max-width: 100%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
}

/* Map on the right */
#asl-map {
  order: 2;
  flex-grow: 1;
  height: 100%;
  min-height: 600px;
  border-radius: 16px;
}

html, body {
  margin: 0 !important;
  padding: 0 !important;

  width: 100%;
  overflow: hidden;
}

/* Make the outermost container full-screen */
.map-image,
#asl-wrapper {
  position: relative;
  width: 100vw !important;
  
  margin: 0 !important;
  padding: 0 !important;
  max-width: 100%;
  overflow: hidden;
}

/* Force the Google Map to cover entire screen */
#asl-map {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100vw !important;
  
  z-index: 1;
}

/* Make the locator float on top of the map */
#asl-panel {
  position: absolute !important;
  top: 30px;
  left: 30px;
  width: 360px;
  
  overflow-y: auto;
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  z-index: 2;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}


.map-image {
  
  max-width: 98vw;
} 

.asl-panel {
    max-height: 800px;
    margin-top: 50px;
}

#asl-storelocator.asl-cont .Num_of_store span,
#asl-storelocator.asl-p-cont .Num_of_store span {opacity: 0;}/* End custom CSS */
/* Start custom CSS */.sl-item.card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
  margin-bottom: 16px;
  transition: transform 0.2s ease;
}
.sl-item.card:hover {
  transform: translateY(-4px);
}

.sl-addr-list-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.sl-contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sl-contact-list li {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}
.sl-contact-list i {
  color: #1e2d5e;
  margin-right: 8px;
}

.sl-act-btns .btn-asl {
  background: #d31789;
  color: white;
  border-radius: 8px;
  padding: 10px 16px;
  font-weight: 600;
  margin-right: 10px;
  text-transform: uppercase;
}
.sl-act-btns .btn-asl-outline {
  background: transparent;
  color: #d31789;
  border: 2px solid #d31789;
}

.sl-logo-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
/*
#asl-panel {

  margin-top: 200px;
left: 2%;
  z-index: 55;
  margin-bottom: 200px;
  
}
.map-image, #asl-geolocation-agile-modal {
    margin-left: -51%;
}*//* End custom CSS */