/* styles/views/map-marker-label.css — extrait de styles.css L3650-L3659. Map marker label. */

/* ============================================================
   REVEAL MAP — station label collision-avoidance styling
   ============================================================ */
.map-marker-name{
  transition:transform .2s ease;
}
.map-line-badge-icon{
  transition:opacity .2s ease;
}
