.leaflet-tooltip.camp-marker-tooltip,
.leaflet-popup.camp-marker-popup .leaflet-popup-content-wrapper {
  padding: 0;
  border: 0;
  border-radius: 14px;
  background: var(--surface);
  box-shadow: 0 12px 30px #17352f2b;
}
.leaflet-tooltip.camp-marker-tooltip::before { border-top-color: var(--surface); }
.leaflet-popup.camp-marker-popup .leaflet-popup-content { margin: 0; }
.camp-marker-card { width: 260px; overflow: hidden; border-radius: 14px; background: var(--surface); color: var(--ink); }
.camp-marker-media { display: grid; place-items: center; height: 118px; overflow: hidden; background: #dfe9df; }
.camp-marker-photo { display: block; width: 100%; height: 100%; object-fit: cover; }
.camp-marker-photo-placeholder { display: grid; place-items: center; width: 100%; height: 100%; background: #e4eee3; color: #49645a; font-size: .82rem; font-weight: 700; }
.camp-marker-body { display: grid; gap: 7px; padding: 12px; }
.camp-marker-name { margin: 0; font-size: 1rem; line-height: 1.35; }
.camp-marker-address { margin: 0; color: var(--muted); font-size: .82rem; line-height: 1.45; }
.camp-marker-photo-source { overflow: hidden; font-size: .72rem; font-weight: 600; text-overflow: ellipsis; white-space: nowrap; }
.camp-marker-detail { min-height: 40px; border: 0; border-radius: 9px; background: var(--moss); color: #fff; font: inherit; font-size: .86rem; font-weight: 700; }
.camp-marker-detail:hover { background: #1e5541; }
.camp-marker-detail:focus-visible { outline: 3px solid #f1bd62; outline-offset: 2px; }
.photo-fields { gap: 8px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.photo-fields .muted { margin: 0 0 4px; }
@media (max-width: 600px) {
  .leaflet-tooltip.camp-marker-tooltip { display: none; }
  .camp-marker-card { width: min(260px, 72vw); }
  .camp-marker-media { height: 108px; }
}
