.wtp-pricing-table {
	margin: 1.5em 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.wtp-pricing-table__title {
	margin: 0;
	padding: 10px 14px;
	background: #f7f7f7;
	font-size: 1em;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}

.wtp-pricing-table table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}

.wtp-pricing-table th,
.wtp-pricing-table td {
	padding: 8px 14px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}

.wtp-pricing-table thead th {
	background: #fafafa;
	font-size: 0.85em;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: #555;
}

.wtp-pricing-table tbody tr:last-child td {
	border-bottom: none;
}

.wtp-discount-badge {
	display: inline-block;
	margin-left: 6px;
	padding: 1px 6px;
	background: #e8f5e9;
	color: #2e7d32;
	border-radius: 3px;
	font-size: 0.82em;
	font-weight: 600;
}

/* Cart / checkout savings row */
.wtp-savings-row th,
.wtp-savings-row td {
	color: #2e7d32;
	font-weight: 600;
}
