/**
 * Tabla de tramos compartida (WCK_Tier_Table).
 *
 * Estilos deliberadamente neutros y acotados a .wck-tier-table para no pisar
 * al tema. El tramo activo (clase is-current, lo marca el módulo de precios
 * por rol según la cantidad en el carrito) se resalta con suavidad.
 */

.wck-tier-table {
	width: 100%;
	border-collapse: collapse;
	margin: 1em 0 1.5em;
	font-size: 0.95em;
}

.wck-tier-table caption {
	caption-side: top;
	text-align: left;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.wck-tier-table thead th {
	text-align: left;
	font-weight: 600;
	padding: 0.5em 0.75em;
	border-bottom: 2px solid rgba(0, 0, 0, 0.15);
}

.wck-tier-table tbody td {
	padding: 0.5em 0.75em;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.wck-tier-table tbody tr.is-current td {
	background: rgba(0, 0, 0, 0.04);
	font-weight: 600;
}
