/**
 * MHR Discount Engine - Frontend Pricing Table Styles
 */

.mhr-pricing-table-wrapper {
	margin: 1.5em 0;
}

.mhr-pricing-section {
	margin-bottom: 1.5em;
}

.mhr-pricing-section-title {
	margin: 0 0 0.5em;
	font-size: 0.95em;
	font-weight: 600;
}

.mhr-pricing-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 400px;
	table-layout: fixed;
	font-size: 0.9em;
}

.mhr-pricing-table-wrapper .mhr-pricing-table th,
.mhr-pricing-table-wrapper .mhr-pricing-table td,
.woocommerce div.product form.cart .mhr-pricing-table th,
.woocommerce div.product form.cart .mhr-pricing-table td {
	padding: 8px 16px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

.mhr-pricing-table th {
	font-weight: 600;
	font-size: 0.85em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #666;
	border-bottom: 2px solid #ccc;
}

.mhr-pricing-table tbody tr:nth-child(even) {
	background-color: #f8f8f8;
}

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