/* Leaflet marker + popup — HADcars (CSP-friendly: žádné inline styly v main.js) */
.hadcars-marker-wrap {
  position: relative;
  width: 44px;
  height: 56px;
  filter: drop-shadow(0 6px 12px rgba(211, 47, 47, 0.7));
}
.hadcars-popup {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  text-align: center;
  min-width: 180px;
}
.hadcars-popup-title {
  color: #d32f2f;
  font-size: 15px;
  letter-spacing: 0.05em;
}
.hadcars-popup-sub {
  color: #333;
  font-size: 12px;
}
.hadcars-popup-meta {
  color: #666;
  font-size: 11px;
}
