/* ===============================
   ARBRE DE PRODUCTION
   =============================== */

.tree ul {
  list-style: none;
  padding-left: 1.2rem;
  margin-left: 0.4rem;
  border-left: 1px dashed #334155;
}

.tree li {
  margin: 0.4rem 0;
  position: relative;
}

.tree li::before {
  content: "";
  position: absolute;
  left: -1.2rem;
  top: 0.9rem;
  width: 0.8rem;
  border-top: 1px dashed #334155;
}

/* ===============================
   COULEURS SÉMANTIQUES
   =============================== */

.machine {
  color: var(--machine);
  font-weight: 600;
}

.raw {
  color: var(--muted);
}
/* ===============================
   SUMMARY
   =============================== */

.summary li {
  margin-bottom: 0.35rem;
}

#totals {
  list-style: none;
  padding-left: 0;
}

#power {
  margin-top: 0.5rem;
  font-weight: bold;
}
