/**
 * Frontend — tier table & promos
 */

.wcbp-tier-table-wrap {
	margin: 1.25em 0 1.5em;
	clear: both;
}

.wcbp-tier-title {
	font-size: 1.1em;
	margin: 0 0 0.5em;
}

.wcbp-tier-table {
	width: 100%;
	max-width: 420px;
	border-collapse: collapse;
	font-size: 0.95em;
}

.wcbp-tier-table th,
.wcbp-tier-table td {
	border: 1px solid #ddd;
	padding: 0.5em 0.75em;
	text-align: left;
}

.wcbp-tier-table thead th {
	background: #f5f5f5;
	font-weight: 600;
}

.wcbp-tier-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.wcbp-promo {
	margin: 0.75em 0;
	padding: 0.6em 0.9em;
	background: #f0f7f0;
	border-left: 3px solid #2e7d32;
	font-weight: 600;
}

.wcbp-tier-intro {
	margin: 0 0 0.75em;
	font-size: 0.92em;
	color: #555;
}

.wcbp-tier-table tbody tr.wcbp-tier-active {
	background: #e8f5e9 !important;
	font-weight: 600;
}

.wcbp-tier-table tbody tr.wcbp-tier-active td {
	border-color: #81c784;
}

.wcbp-from-price {
	font-size: 0.9em;
	opacity: 0.9;
}

.wcbp-price-from {
	font-weight: 600;
}
