/* DiscountWise frontend styles. Enqueued on product pages that show the
   quantity discount table. */

.dw-quantity-table-wrap { margin: 1em 0; }
.dw-quantity-table-title { font-size: 1em; margin: 0 0 .5em; }
.dw-quantity-table { width: auto; min-width: 50%; border-collapse: collapse; margin: 0; }
.dw-quantity-table th,
.dw-quantity-table td { padding: .4em .9em; border: 1px solid rgba(0, 0, 0, .12); text-align: left; }
.dw-quantity-save { color: #00701c; font-weight: 600; }
