/* AS DELIVERY MAP css v2.0.0 */

/* ------------------------------
   INFO PAGE (/dostawa)
------------------------------ */
.as-delivery-map-info--wrap {
  width: 1200px;
  max-width: 100%;
  margin: 0;
  min-height: 420px;
}

.as-delivery-map-info--map {
  width: 100%;
  min-height: 420px;
}

/* ------------------------------
   CHECKOUT
------------------------------ */
.as-delivery-map-checkout--wrap {
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin: 0;
}

.as-delivery-map-checkout--map {
  width: 100%;
  height: 100%;
  min-height: 100%;
}

/* ------------------------------
   SHARED LEAFLET CONTAINER
------------------------------ */
[data-as-delivery-map="1"].leaflet-container {
  clip-path: inset(0 round 15px);
}

[data-as-delivery-map="1"].leaflet-container .leaflet-map-pane,
[data-as-delivery-map="1"].leaflet-container .leaflet-tile-pane,
[data-as-delivery-map="1"].leaflet-container .leaflet-overlay-pane {
  border-radius: 15px;
}

/* ------------------------------
   PIN
------------------------------ */
.as-delivery-map--pin {
  position: relative;
  width: 50px;
  height: 65px;
  background: url('https://aurasushi.pl/wp-content/uploads/2025/07/black_pin_as.svg') no-repeat center;
  background-size: contain;
}

.as-delivery-map--pin img {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

/* ------------------------------
   MOBILE
------------------------------ */
@media (max-width: 768px) {
  .as-delivery-map-info--wrap {
    min-height: 320px;
  }

  .as-delivery-map-info--map {
    min-height: 320px;
  }

  .as-delivery-map-checkout--map {
    height: 100%;
    min-height: 100%;
  }
}