.picslider-map {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.picslider-map .picslider-map-canvas {
  position: absolute;
  inset: 0;
  border-radius: inherit;
}
.picslider-map .picslider-map-note,
.picslider-map .picslider-map-loading {
  position: absolute;
  left: 12px;
  right: 12px;
  z-index: 500;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  font-size: 13px;
  line-height: 1.4;
}
.picslider-map .picslider-map-note {
  top: 12px;
}
.picslider-map .picslider-map-loading {
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
}
.picslider-map .leaflet-container {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}
.picslider-map .picslider-map-popup {
  font-size: 14px;
  line-height: 1.35;
}
.picslider-map .picslider-map-popup .picslider-map-date {
  font-weight: 600;
  margin-bottom: 4px;
}
