/* File: tooltip.css — Infobulles Leaflet + pops (thème Parrainages)
 * Desc: Surcharges visuelles des tooltips/popups carte ; carte #map demeure dans app.css.
 * Version 1.0.2 — Restauration arrondis tooltip / popup
 * Copyright 2026 DNAvatar.org - Arnaud Maignan
 * Licensed under Apache License 2.0 with Commons Clause. See LICENSE_HEADER.txt for full terms.
 * Logs:
 * - 1.0.2: rollback border-radius 4px / 6px
 * - 1.0.1: — annulé (angles droits)
 * - 1.0.0: extrait de app.css
 */

/* Leaflet tooltip override */
.parr-tooltip {
  background: rgba(15,20,40,.92) !important;
  border: 1px solid #2a3a5a !important;
  color: #eaeaea !important;
  font-size: 12px !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 8px rgba(0,0,0,.5) !important;
  padding: 6px 9px !important;
}
.parr-tooltip::before { display: none !important; }
.leaflet-popup-content-wrapper { background: rgba(15,20,40,.95); color: #eaeaea; border: 1px solid #2a3a5a; border-radius: 6px; }
.leaflet-popup-tip { background: #0f3460; }
.leaflet-popup-close-button { color: #8899aa !important; }
