/* SCIA Dynamic Pricing - Frontend Styles */

/* Quantity pricing table */
.scia-dp-quantity-table {
	margin: 16px 0;
	padding: 0;
}

.scia-dp-quantity-table h4 {
	margin: 0 0 8px;
	font-size: 14px;
	font-weight: 600;
}

.scia-dp-quantity-table table {
	width: 100%;
	max-width: 400px;
	border-collapse: collapse;
	font-size: 13px;
}

.scia-dp-quantity-table th,
.scia-dp-quantity-table td {
	padding: 8px 12px;
	border: 1px solid #e0e0e0;
	text-align: left;
}

.scia-dp-quantity-table thead th {
	background: #f8f9fa;
	font-weight: 600;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.scia-dp-quantity-table tbody tr:hover {
	background: #f0f7ff;
}

/* Strikethrough prices */
.scia-dp-quantity-table del,
.woocommerce-cart-form del,
.woocommerce-checkout del {
	color: #999;
	font-size: 0.9em;
}

.scia-dp-quantity-table ins,
.woocommerce-cart-form ins,
.woocommerce-checkout ins {
	text-decoration: none;
	font-weight: 600;
	color: #e2401c;
}

/* Free item badge */
.scia-dp-free {
	color: #28a745 !important;
	font-weight: 700 !important;
	text-decoration: none !important;
}

/* BOGO badge on product loop */
.scia-dp-bogo-badge {
	position: absolute;
	top: 8px;
	right: 8px;
	background: #e2401c;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 10;
}

/* BOGO quantity in cart (non-editable) */
.scia-dp-bogo-qty {
	display: inline-block;
	padding: 4px 10px;
	background: #f0f0f0;
	border-radius: 3px;
	font-weight: 500;
}

/* Cart notice */
.scia-dp-cart-notice {
	border-left: 4px solid #e2401c;
	font-size: 14px;
}

/* Promo badge on product loop */
.scia-dp-promo-badge {
	position: absolute;
	top: 8px;
	left: 8px;
	color: #fff;
	padding: 4px 10px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	z-index: 10;
}

/* Savings row in cart totals */
.scia-dp-savings th,
.scia-dp-savings td {
	color: #28a745 !important;
	border-top: 1px dashed #28a745;
}

.scia-dp-savings-amount {
	color: #28a745;
	font-size: 1.05em;
}
