/* ============================================================
   MOBILE — KPI overlay on the map (≤991.98px)
   Desktop KPIs live in region-header (.desktop-only).
   Mobile copy (.map-panel__kpis.mobile-only) floats over the map.
   Append this to components/dashbar.css.
   ============================================================ */

/* Anchor for the overlay. Safe on desktop (no positioned children there). */
.map-panel__canvas {
    position: relative;
}