/* ==========================================================================
   WC Bulk Pricing – Front-end styles (price table)
   ========================================================================== */

.wcbp-price-table {
	margin: 1em 0 1.5em;
}

.wcbp-price-table__heading {
	font-size: 0.95em;
	font-weight: 600;
	margin-bottom: 0.4em;
	letter-spacing: 0.04em;
	color: #000;
}

.wcbp-price-table__table {
	border-collapse: collapse;
	width: 100%;
	max-width: 320px;
	font-size: 0.9em;
    color: #000;
}

.wcbp-price-table__table th,
.wcbp-price-table__table td {
	padding: 6px 10px;
	border-bottom: 1px solid #000;
	text-align: left;
}

.wcbp-price-table__table thead th {
	font-weight: 600;
    border-top: 1px solid #000;
}

/* Active tier highlight – applied by JS when qty input changes */
.wcbp-price-table__table tbody tr.is-active {
	background: #d5e9d5;
	font-weight: 600;
}