.rqd-discount-table-wrap {
	margin: 2rem 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
	overflow: hidden;
	border: 1px solid rgba(0,0,0,0.06);
	transition: all 0.3s ease;
	max-width: 400px;
}

.rqd-discount-table-wrap:hover {
	transform: translateY(-3px);
	box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	border-color: rgba(99, 102, 241, 0.2);
}

.rqd-discount-table {
	border-collapse: collapse;
	width: 100%;
	margin: 0 !important;
	background: transparent;
	border: none;
}

.rqd-discount-table caption {
	font-weight: 700;
	padding: 1.1rem;
	background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
	color: #ffffff;
	text-align: center;
	font-size: 1rem;
	border: none;
	margin: 0;
	caption-side: top;
	width: 100%;
	box-sizing: border-box;
}

.rqd-icon {
	opacity: 0.9;
	vertical-align: middle;
	margin-right: 8px;
	margin-top: -2px;
}

.rqd-discount-table td {
	padding: 1rem 1.2rem;
	border: none;
	border-bottom: 1px solid rgba(0,0,0,0.04);
	vertical-align: middle;
}

.rqd-discount-table tr:last-child td {
	border-bottom: none;
}

.rqd-discount-table td:first-child {
	text-align: left;
	color: #475569;
	font-weight: 500;
}

.rqd-discount-table td:last-child {
	text-align: right;
}

.rqd-qty-label {
	display: inline-block;
}

.rqd-discount-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0.75rem;
	background-color: #ecfdf5;
	color: #059669;
	border-radius: 9999px;
	font-weight: 700;
	font-size: 0.85rem;
	letter-spacing: 0.025em;
	box-shadow: inset 0 0 0 1px rgba(16, 185, 129, 0.2);
}

.rqd-discount-table tbody tr {
	transition: background-color 0.2s ease;
}

.rqd-discount-table tbody tr:hover {
	background-color: #f8fafc;
}
