.label.label-focus {
  background-color: #ff0099 !important;
  color: #ffffff !important;
  font-size: 0.8em !important;
  padding: 0.5em 1em !important;
  display: inline-block;
}


.live-inventory-v2-wrapper .live-inventory-v2-shipping:empty::before {
  content: "✔ In Stock";
  color: #3c763d !important;
  font-weight: bold;
  /* Add margin-left, font-size, etc. if you want */
}

/* 2) Style "Out of Stock" in red and bold if it has .text-danger.out-stock */
.live-inventory-v2-shipping.text-danger.out-stock {
  color: #a94442 !important; /* or #f00, #ff0000, etc. */
  font-weight: bold;
}