/* ── mod-ghost-pins ──────────────────────────────────────── */
.vdm-ghost-marker { background: none !important; border: none !important; }
.vdm-ghost-pin { position: relative; display: flex; flex-direction: column; align-items: center; }
.vdm-ghost-pin svg { filter: grayscale(1); width: 32px; height: 44px; }
.vdm-ghost-label {
  position: absolute; top: 4px; left: 50%; transform: translateX(-50%);
  font-size: 7px; font-weight: 900; color: #fff;
  background: rgba(80,80,80,.85); padding: 1px 4px; border-radius: 3px;
  white-space: nowrap; letter-spacing: .05em;
}

/* Popup fantôme */
.vdm-ghost-popup { padding: 12px 14px; }
.vdm-ghost-header { font-size: 10px; font-weight: 700; color: #888; text-transform: uppercase; letter-spacing: .06em; margin-bottom: 6px; }
.vdm-ghost-title  { font-size: 12px; font-weight: 600; color: #555; margin-bottom: 6px; line-height: 1.35; }
.vdm-ghost-price  { font-size: 13px; color: #777; margin-bottom: 4px; }
.vdm-ghost-price strong { color: #555; }
.vdm-ghost-time   { font-size: 10px; color: #aaa; }
