/* LXW Bulk Pricing — front-end price table. */
.lxw-bp-wrap { margin: 22px 0; }

.lxw-bp-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
}
.lxw-bp-table thead th {
	text-align: left;
	font-weight: 700;
	padding: 10px 14px;
	border-bottom: 2px solid #111;
	color: #111;
}
.lxw-bp-table tbody td {
	padding: 11px 14px;
	border-bottom: 1px solid #ececec;
	color: #222;
}
.lxw-bp-table tbody tr:last-child td { border-bottom: 0; }

/* Active tier row — background colour is injected from the highlight setting. */
.lxw-bp-table tr.is-active td {
	color: #fff;
	font-weight: 600;
}
.lxw-bp-table tr.is-active .lxw-bp-price { color: #fff; }

.lxw-bp-table .lxw-bp-price { font-weight: 600; white-space: nowrap; }
.lxw-bp-table del { opacity: .6; }

@media (max-width: 480px) {
	.lxw-bp-table thead th,
	.lxw-bp-table tbody td { padding: 9px 8px; font-size: 14px; }
}
