/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
p.wccs-bulk-pricing-table-title {
	margin-bottom: 2px !important;
	margin-top: 5px !important;
}
.wccs-live-price-container {
	font-size: 1.41575em;
	padding: 1em 0;
}
.wccs-live-price-container .wccs-live-price-qty-container {
	display: table !important;
	margin-bottom: 5px !important;
	border-bottom: 1px solid #aaa !important;
}
.wccs-live-price-container .wccs-live-price-qty-container .wccs-live-price-qty {
	display: table-row !important;
}
.wccs-live-price-container
	.wccs-live-price-qty-container
	.wccs-live-price-qty-price {
	display: table-cell !important;
}
.wccs-live-price-container
	.wccs-live-price-qty-container
	.wccs-live-price-qty-quantity {
	padding-left: 0.5em !important;
}
.wccs-live-price-container .wccs-live-price-qty-total {
	text-align: left !important;
}
.wccs-bulk-pricing-table-container {
	overflow-x: auto;
	margin: 0 0 1.41575em;
	width: 100%;
}
.wccs-bulk-pricing-table-container table {
	border-spacing: 0;
	width: 100%;
	border-collapse: separate;
	margin: 0 !important;
	table-layout: auto;
}
.wccs-bulk-pricing-table-container table tbody {
	display: table-row-group !important;
	vertical-align: middle;
	border-color: inherit;
}
.wccs-bulk-pricing-table-container table tr {
	display: table-row !important;
	vertical-align: inherit;
	border-color: inherit;
}
.wccs-bulk-pricing-table-container table td,
.wccs-bulk-pricing-table-container table th {
	padding: 2px 5px;
	text-align: left;
	vertical-align: top;
	color: #6d6d6d;
	white-space: nowrap;
}
.wccs-bulk-pricing-table-container table th {
	font-weight: bold;
}
.wccs-bulk-pricing-table-container table tbody td {
	background-color: #fdfdfd;
}
.wccs-bulk-pricing-table-container table tbody tr:nth-child( 2n ) td {
	background-color: #fbfbfb;
}
.wccs_prices {
	display: inline-block;
}
.wccs_prices_price {
	clear: both;
}
.wccs_prices_price_container {
	float: left;
}
.wccs_prices_quantity_container {
	float: right;
	padding-left: 1em;
}
div.wccs-purchase-message {
	padding: 1em 1.618em;
	margin-bottom: 2.617924em;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: 0.6180469716em solid rgba( 0, 0, 0, 0.15 );
}
.wccs-countdown-timer-container {
	margin: 1em 0;
}
.wccs-countdown-timer-title {
	font-size: 20px;
	color: #000000;
}

/* Simple inline pricing blocks - Clean text layout matching the reference image */
.wccs-bulk-pricing-cards-container {
	margin: 1em 0;
	width: 100%;
	background: rgb(249, 249, 249);
	padding: 20px;
	border-radius: 6px;
}

.wccs-pricing-cards-grid {
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.wccs-pricing-card {
	flex: 0 0 auto;
	min-width: 120px;
	text-align: left;
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

.wccs-card-price {
	font-size: 16px;
	font-weight: 700;
	color: #333333;
	margin-bottom: 6px;
	line-height: 1.2;
	display: block;
}

.wccs-card-price .wccs-currency {
	font-size: 12px;
	font-weight: 400;
	margin-right: 2px;
}

.wccs-card-price .wccs-price-number {
	font-size: 18px;
	font-weight: 700;
}

.wccs-card-quantity {
	font-size: 12px;
	color: #777777;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.3;
	display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
	.wccs-bulk-pricing-cards-container {
		padding: 15px;
	}
	
	.wccs-pricing-cards-grid {
		gap: 30px;
	}
	
	.wccs-card-price .wccs-currency {
		font-size: 10px;
	}
	
	.wccs-card-price .wccs-price-number {
		font-size: 16px;
	}
	
	.wccs-card-quantity {
		font-size: 11px;
	}
}

@media (max-width: 480px) {
	.wccs-bulk-pricing-cards-container {
		padding: 12px;
	}
	
	.wccs-pricing-cards-grid {
		gap: 20px;
	}
	
	.wccs-card-price .wccs-currency {
		font-size: 9px;
	}
	
	.wccs-card-price .wccs-price-number {
		font-size: 14px;
	}
	
	.wccs-card-quantity {
		font-size: 10px;
	}
}
