.product-inventory__status {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.35em;
}

.product-delivery-status__label {
  color: rgb(var(--text-color));
}

[data-delivery-level="green"] {
  color: rgb(var(--in-stock-text-color));
}

[data-delivery-level="orange"] {
  color: rgb(var(--low-stock-text-color));
}

[data-delivery-level="red"] {
  color: rgb(var(--very-low-stock-text-color));
}
