/* LUUPIGO ficha-prediction-points-map-1h3-20260712-01 */
.luupigo-prediction-marker {
  background: transparent;
  border: 0;
}

.luupigo-prediction-marker span {
  display: block;
  width: 18px;
  height: 18px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: var(--point-color, #0ea5e9);
  box-shadow: 0 6px 18px rgba(15, 23, 42, 0.32);
}

.luupigo-prediction-tooltip {
  border: 1px solid rgba(14, 165, 233, 0.35);
  border-radius: 999px;
  color: #0f172a;
  font-weight: 800;
  font-size: 11px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.12);
}

.luupigo-prediction-popup strong {
  display: block;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 4px;
}

.luupigo-prediction-popup p {
  margin: 0 0 6px;
  color: #334155;
  font-size: 12px;
  line-height: 1.35;
}

.luupigo-prediction-popup small {
  color: #0f766e;
  font-size: 11px;
  font-weight: 800;
}

.luupigo-prediction-map-legend {
  margin-top: 12px;
  padding-top: 10px;
  border-top: 1px solid rgba(148, 163, 184, 0.28);
}

.luupigo-prediction-map-legend__item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.luupigo-prediction-map-legend__item span {
  width: 14px;
  height: 14px;
  margin-top: 4px;
  border: 3px solid #ffffff;
  border-radius: 999px;
  background: #0ea5e9;
  box-shadow: 0 0 0 2px rgba(14, 165, 233, 0.3);
  flex: 0 0 auto;
}

.luupigo-prediction-map-legend__item strong {
  color: #0f172a;
  font-size: 13px;
}

.luupigo-prediction-map-legend__item p {
  margin: 3px 0 0;
  color: #475569;
  font-size: 12px;
  line-height: 1.35;
}
