
/* AVPW Tier Discount - cart display */
.avpw-td-old-price { opacity: .75; margin-right: .4em; }
.avpw-td-new-price { font-weight: 700; }
.avpw-td-badge {
  display:inline-block;
  font-size: 12px;
  line-height: 1;
  padding: 3px 7px;
  border-radius: 999px;
  margin-left: .4em;
  background: rgba(0,0,0,.06);
}
.woocommerce-cart-form .shop_table th.avpw-td-col-discount,
.woocommerce-cart-form .shop_table td.avpw-td-col-discount { text-align: center; white-space: nowrap; }

/* Inline discount label in cart item name */
.avpw-td-cart-label { display:inline-block; margin-top:6px; font-size:12px; opacity:.9; }
.avpw-td-cart-label strong { font-weight:600; }

/* Tidy price line */
.woocommerce-cart-form .product-price .amount { white-space: nowrap; }
.avpw-td-old-price del { display:inline-block; }
.avpw-td-new-price ins { text-decoration:none; }
.avpw-td-badge {
  display:inline-flex;
  align-items:center;
  gap:4px;
  white-space: nowrap;
  vertical-align: middle;
}
