
    /* Värimuuttujat eri vaiheille */
:root {
  --acc-era:       #198754; /* vihreä */
  --acc-muistutus: #0d6efd; /* sininen */
  --acc-mv1:       #0d6efd; /* sininen */
  --acc-mv2:       #0d6efd; /* sininen */
  --acc-haaste:    #fd7e14; /* oranssi */
  --acc-tuomio:    #dc3545; /* punainen */
  --acc-ulosotto:  #dc3545; /* punainen */
}

/* Perus: vasen reuna värillinen */
.stage-card {
  border-left: 6px solid #0d6efd; /* fallback-sininen */
}

/* Vaihekohtaiset värit */
#era .stage-card {
  border-left-color: var(--acc-era);
}
#maksumuistutus .stage-card {
  border-left-color: var(--acc-muistutus);
}
#maksuvaatimus-1 .stage-card {
  border-left-color: var(--acc-mv1);
}
#maksuvaatimus-2 .stage-card {
  border-left-color: var(--acc-mv2);
}
#haaste .stage-card {
  border-left-color: var(--acc-haaste);
}
#tuomio .stage-card {
  border-left-color: var(--acc-tuomio);
}
#section-ulosotto .stage-card {
  border-left-color: var(--acc-ulosotto);
}
