/* /* Profil montagne */ */
/* pm-base.css gère l'essentiel — ce fichier ne contient que les overrides propres à cet outil */

/* Profil montagne */


.breakdown-row {
  display:flex; align-items:center; justify-content:space-between;
  padding:.625rem 1rem; background:var(--ink-2); font-size:.83rem;
}
.breakdown-row:first-child { border-radius:var(--r-md) var(--r-md) 0 0; }
.breakdown-row:last-child  { border-radius:0 0 var(--r-md) var(--r-md); }