/* Schrift und Zeilenabstaende stammen aus Novas Lieferzeitklassen. */
.lagerampel_lights {
  display: inline-flex;
  align-items: center;
  gap: 0.2em;
  vertical-align: middle;
  line-height: 1;
}

/* Alle Kreise sind grau; nur der aktive Zustand erhaelt seine Farbe. */
.lagerampel_lights .fa-circle {
  color: #dddddd;
}

.lagerampel_lights .lagerampel_green {
  color: #00e100;
}

.lagerampel_lights .lagerampel_yellow {
  color: #ffdd78;
}

.lagerampel_lights .lagerampel_red {
  color: #c62828;
}

/* Die Nova-Schrift enthaelt das Lagersymbol, die gekuerzte Iconliste nicht. */
.lagerampel .fa-warehouse::before {
  content: "\f494";
}
