.product-inventory__text {
  font-size: 16px;
  margin-top: 10px;
}

.product-inventory__status {
  font-weight: bold;
}

.product-inventory__status.green {
  color: green;
}

.product-inventory__status.amber {
  color: #FFBF00; /* Amber color */
}
