body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-next-tier th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-next-tier td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-preorder-exclusion th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-preorder-exclusion td {
  color: var(--sst-checkout-muted, #68635f);
  font-size: 13px;
  line-height: 1.35;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-next-tier td,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.sst-bulk-discount-preorder-exclusion td {
  text-align: right;
}

body.woocommerce-checkout .sst-bulk-discount-next-tier__value {
  color: var(--sst-checkout-ink, #171717);
  font-weight: 650;
  white-space: nowrap;
}

body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount.coupon-sst-bulk-auto th,
body.woocommerce-checkout .woocommerce-checkout-review-order-table tr.cart-discount.coupon-sst-bulk-auto td {
  color: var(--sst-checkout-ink, #171717);
}

.sst-bulk-discount-preorder-note {
  margin: 8px 0 12px;
  padding: 9px 10px;
  border: 1px solid #e6ded6;
  background: #fffaf4;
  color: #6c4c2d;
  font-size: 13px;
  font-weight: 650;
  line-height: 1.35;
}
