/* Qoder Quantity Discounts — Frontend styles */

/* ── Inline message ─────────────────────────────────────────────────────────── */

.qoder-qty-message {
	margin: 8px 0 14px;
	min-height: 1.5em;
	font-size: .95em;
	line-height: 1.5;
	transition: opacity .2s ease;
}

.qoder-qty-saving,
.qoder-qty-nudge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: .9em;
}

.qoder-qty-saving {
	background: #f0faf0;
	color: #2e7d32;
	border: 1px solid #c8e6c9;
}

.qoder-qty-nudge {
	background: #fff8f0;
	color: #e65100;
	border: 1px solid #ffe0b2;
}

.qoder-qty-saving svg,
.qoder-qty-nudge svg {
	flex-shrink: 0;
	vertical-align: middle;
}

/* ── Promozioni tab ─────────────────────────────────────────────────────────── */

.qoder-qty-tab-content {
	padding: 16px 0 8px;
}

.qoder-qty-tab-content h2 {
	margin-top: 0;
}

.qoder-qty-varmode-note {
	color: #666;
	font-style: italic;
	margin-bottom: 14px;
}

.qoder-qty-promo-table {
	width: 100%;
	max-width: 560px;
	border-collapse: collapse;
	font-size: .9em;
}

.qoder-qty-promo-table th,
.qoder-qty-promo-table td {
	padding: 9px 14px;
	border: 1px solid #e8e8e8;
	text-align: left;
}

.qoder-qty-promo-table thead th {
	background: #f6f7f7;
	font-weight: 700;
	font-size: .85em;
	text-transform: uppercase;
	letter-spacing: .04em;
	color: #555;
}

.qoder-qty-promo-table tbody tr:hover td {
	background: #fafafa;
}

/* Saving badge in promo table */
.qoder-qty-saving-badge {
	display: inline-block;
	background: #e8f5e9;
	color: #2e7d32;
	border-radius: 3px;
	padding: 2px 6px;
	font-size: .85em;
	font-weight: 600;
}
