
/* Farb-Helferklassen für Werte in Kostenübersicht & Produktliste */
/* Produktliste: eigene Farben mit höherer Spezifität, damit sie .product-item span.meta überschreiben */

.product-item span.meta.value-etsy-price {
  color: #22c55e;           /* Grün für Verkaufspreis Etsy */
  font-weight: 600;
}

.product-item span.meta.value-discount-price {
  color: #fb923c;           /* Orange für Rabattpreis */
  font-weight: 600;
}

.product-item span.meta.value-unit-cost {
  color: #0ea5e9;           /* Blau für Stückkosten */
  font-weight: 600;
}

/* Margen in Liste & Kostenübersicht */

.margin-low {
  color: #ef4444;           /* Rot, wenn Marge < 25 % */
  font-weight: 600;
}

.margin-low::after {
  content: " △";
  font-size: 0.9em;
}

.margin-ok {
  color: inherit;
  font-weight: 500;
}


.product-item span.meta.margin-low {
  color: #ef4444;           /* Rot, wenn Marge < 25 % */
  font-weight: 600;
}

.product-item span.meta.margin-ok {
  color: inherit;
  font-weight: 500;
}

/* Farben für Werte in der Kostenübersicht */
.result-table td.value-etsy-price {
  color: #22c55e;
  font-weight: 600;
}

.result-table td.value-discount-price {
  color: #fb923c;
  font-weight: 600;
}

.result-table td.value-unit-cost {
  color: #0ea5e9;
  font-weight: 600;
}
