.invize-quantity-rebate-table-wrap {
	--invize-rebate-table-max-width: 14rem;
	--invize-rebate-table-font-size: 0.875rem;
	--invize-rebate-table-cell-padding-y: 0.125rem;
	--invize-rebate-table-cell-padding-x: 0.45rem;
	--invize-rebate-table-column-border-color: rgba(0, 0, 0, 0.08);

	margin: 1rem 0;
}

.invize-quantity-rebate-table-title {
	margin: 0 0 0.5rem;
	font-size: 1.125rem;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table.shop_table {
	width: auto;
	max-width: var(--invize-rebate-table-max-width);
	margin: 0;
	border: 0;
	border-collapse: collapse;
	font-size: var(--invize-rebate-table-font-size);
	line-height: 1.25;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table thead th,
.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table tbody td {
	padding: var(--invize-rebate-table-cell-padding-y) var(--invize-rebate-table-cell-padding-x);
	border: 0;
	border-right: 1px solid var(--invize-rebate-table-column-border-color);
	text-align: left;
	vertical-align: middle;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table thead th:last-child,
.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table tbody td:last-child {
	border-right: 0;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table tbody td:last-child,
.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table tbody td:last-child .woocommerce-Price-amount {
	font-weight: 700;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table tbody tr {
	border: 0;
}

.invize-quantity-rebate-table-wrap .invize-quantity-rebate-table thead th {
	background: rgba(0, 0, 0, 0.03);
	font-weight: 600;
}
