/* LUUPIGO objects-2j-c2-public-map-api-leaflet-20260716-01 */

.objects-leaflet-map {
  min-height: 360px;
  overflow: hidden;
  background: #eaf4f7;
}

.objects-leaflet-map .map-pin {
  display: none !important;
}

.objects-leaflet-map .leaflet-container,
.objects-leaflet-map.leaflet-container {
  width: 100%;
  height: 100%;
  min-height: 360px;
  border-radius: inherit;
  font-family: inherit;
}

.objects-map-marker {
  width: 34px !important;
  height: 34px !important;
  margin-left: -17px !important;
  margin-top: -17px !important;
  border-radius: 999px;
  display: grid !important;
  place-items: center;
  color: #ffffff;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.22);
  border: 3px solid #ffffff;
}

.objects-map-marker.is-lost {
  background: linear-gradient(135deg, #1463f3, #1d8bb6);
}

.objects-map-marker.is-found {
  background: linear-gradient(135deg, #059669, #13b981);
}

.objects-map-marker span {
  line-height: 1;
}

.objects-map-user-marker {
  width: 26px !important;
  height: 26px !important;
  margin-left: -13px !important;
  margin-top: -13px !important;
  border-radius: 999px;
  background: rgba(20, 99, 243, 0.18);
  border: 2px solid rgba(20, 99, 243, 0.35);
  display: grid !important;
  place-items: center;
}

.objects-map-user-marker span {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  background: #1463f3;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 6px rgba(20, 99, 243, 0.20);
}

.leaflet-popup-content {
  min-width: 190px;
  margin: 12px 14px;
  font-family: inherit;
}

.leaflet-popup-content strong,
.leaflet-popup-content span,
.leaflet-popup-content small,
.leaflet-popup-content a {
  display: block;
}

.leaflet-popup-content strong {
  color: #0f172a;
  font-size: 14px;
  margin-bottom: 4px;
}

.leaflet-popup-content span {
  color: #1463f3;
  font-weight: 800;
  font-size: 12px;
  margin-bottom: 5px;
}

.leaflet-popup-content small {
  color: #475569;
  font-size: 12px;
  margin-top: 3px;
}

.leaflet-popup-content a {
  margin-top: 8px;
  color: #1463f3;
  font-weight: 900;
  text-decoration: none;
}

[data-objects-map-locate] {
  border: 1px solid #c8daf4;
  background: #ffffff;
  color: #1463f3;
  border-radius: 999px;
  padding: 8px 12px;
  font-weight: 900;
}

body.objects-desktop .objects-leaflet-map {
  min-height: 460px;
}

body.objects-desktop .objects-leaflet-map .leaflet-container,
body.objects-desktop .objects-leaflet-map.leaflet-container {
  min-height: 460px;
}
