.live-inventory-v2-add-to-cart-wrapper {
  width: calc(100% - 45px);
  max-width: none;
}

.live-inventory-v2-wrapper {
  white-space: normal;
  margin: 5px 0;
  text-align: left;
  order: 4;
}

.live-inventory-v2-shipping {
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 5px;
}
.live-inventory-v2-shipping::before {
  content: "";
  display: block;
  width: 8px;
  min-width: 8px;
  height: 8px;
  background: #242424;
}

.live-inventory-v2-shipping.in-stock {
  color: #a51e9e;
}
.live-inventory-v2-shipping.in-stock::before {
  background: #95ab37;
}

.live-inventory-v2-shipping.out-stock {
  color: #c10a27 !important;
  font-weight: 700;
  font-size: 0.75rem;
}
.live-inventory-v2-shipping.out-stock::before {
  background: red;
}

.catalog-grid .tile .footer button.btn-primary {
  width: 100% !important;
}

.ex-product .live-inventory-v2-wrapper {
  order: 3;
}

.ex-product .live-inventory-v2-shipping.out-stock {
  font-size: 0.75rem !important;
}

.ex-product .softgraybackground .live-inventory-v2-wrapper {
  display: none;
}

.ex-quicklists .quicklistsedit .buttons.group button.btn-primary {
  width: 100%;
}