#property-detail-map {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
}

#property-detail-map .maplibregl-canvas {
  outline: none;
}

#property-detail-map .maplibregl-ctrl-group {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

#property-detail-map .maplibregl-popup-content {
  font-family: inherit;
  border-radius: 12px;
  padding: 12px 14px;
}

.dark-theme #property-detail-map .maplibregl-popup-content {
  background: #111;
  color: #fefefe;
}

.dark-theme #property-detail-map .maplibregl-popup-tip {
  border-top-color: #111 !important;
}

.gallery {
  gap: 25px;
}

.gallery > .main-image {
  width: 70%;
  max-height: 535px;
}

.gallery .further-images {
  max-width: 30%;
  display: flex;
  gap: 25px;
}

.gallery .further-images .img-container[data-further-image-node]:before {
  content: attr(data-further-image-count);
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(16px, 2vw, 28px);
  font-weight: 500;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  color: #fefefe;
  pointer-events: none;
}

.gallery .further-images .img-container .overlay {
  background: rgba(0, 0, 0, 0.45);
}

@media screen and (max-width: 700px) {
  .gallery {
    gap: 15px;
  }
  .gallery .further-images {
    gap: 15px;
  }
}
@media screen and (max-width: 550px) {
  .gallery {
    gap: 0px;
  }
  .gallery > .main-image {
    width: 100%;
    max-height: 535px;
  }
  .gallery .further-images {
    display: none;
  }
}
.gallery > .main-image {
  width: 100%;
  max-height: 535px;
}

.page-navigation {
  view-transition-name: none;
  position: sticky;
  top: 0;
  z-index: 999;
  /* background: linear-gradient(to right, #eeeeeeff, #fff); */
  background: #f2f2f2;
  /* border-bottom: 1px solid #dbdbdb; */
  transition: 0.2s ease-in-out;
  overflow-x: scroll;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.page-navigation svg {
  display: block;
  min-width: 16px;
}

.dark-theme .page-navigation {
  background: linear-gradient(to right, rgb(25, 25, 25), #000000);
  border-bottom: 1px solid #292929;
}

.dark-theme .page-navigation svg {
  fill: #fefefe;
}

.dark-theme .bg-dark-025 {
  background: rgba(255, 255, 255, 0.025);
}

.vertical-line.full-height {
  align-self: stretch;
  height: auto;
}

#property-detail-map {
  width: 100%;
  height: 420px;
  border-radius: 16px;
  overflow: hidden;
}

.leaflet-container {
  font-family: inherit;
}

.sticky-bar {
  z-index: 999;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8431372549) 0%, rgba(255, 255, 255, 0.8431372549) 70%);
  backdrop-filter: blur(10px);
  border-top: 1px solid #f0f0f0;
}

.dark-theme .sticky-bar {
  z-index: 999;
  background: linear-gradient(to right, #0f0f0f 0%, #181818 50%, #101010 100%);
  border-top: 1px solid #1d1d1d;
}/*# sourceMappingURL=property_details_page.css.map */