/* RIACO Smart Quantity Discount — frontend styles */

/* ── Pricing table (single product page) ──────────────────────────────── */
.riaco-sqd-pricing-table {
	margin: 1.5em 0;
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
}

.riaco-sqd-pricing-table__title {
	margin: 0;
	padding: 0.6em 1em;
	background: #f5f5f5;
	font-size: 0.9em;
	font-weight: 600;
	border-bottom: 1px solid #e0e0e0;
}

.riaco-sqd-pricing-table__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875em;
}

.riaco-sqd-pricing-table__table th,
.riaco-sqd-pricing-table__table td {
	padding: 0.5em 1em;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}

.riaco-sqd-pricing-table__table thead th {
	background: #fafafa;
	font-weight: 600;
	color: #555;
}

.riaco-sqd-pricing-table__table tbody tr:last-child td {
	border-bottom: none;
}

.riaco-sqd-pricing-table__table tbody tr:hover {
	background: #f9f9f9;
}
