.svdm-bulk-table {
	width: 100%;
	max-width: 520px;
	margin: 12px 0;
	border-collapse: collapse;
}

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

.svdm-bulk-table-discount {
	color: #1a7f37;
	font-weight: 600;
}

.svdm-bundles {
	margin: 12px 0;
}

.svdm-bundles-heading {
	font-weight: 600;
	margin-bottom: 8px;
}

.svdm-bundles-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.svdm-bundle-option {
	border: 1px solid #e0e0e0;
	border-radius: 4px;
	position: relative;
}

.svdm-bundle-option label {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 10px 12px;
	cursor: pointer;
}

.svdm-bundle-popular {
	border-color: #1a7f37;
}

.svdm-bundle-qty {
	font-weight: 600;
}

.svdm-bundle-description {
	color: #666;
	font-size: 0.9em;
	flex: 1;
}

.svdm-bundle-price {
	margin-left: auto;
	text-align: right;
	white-space: nowrap;
}

.svdm-bundle-savings {
	display: block;
	color: #1a7f37;
	font-weight: 600;
	font-size: 0.85em;
}

.svdm-bundle-popular-badge {
	position: absolute;
	top: -8px;
	right: 12px;
	background: #1a7f37;
	color: #fff;
	font-size: 0.75em;
	font-weight: 600;
	padding: 1px 8px;
	border-radius: 10px;
}

.svdm-discount-badge {
	display: inline-block;
	background: #1a7f37;
	color: #fff;
	font-size: 0.7em;
	font-weight: 700;
	padding: 2px 6px;
	border-radius: 3px;
	vertical-align: middle;
	margin-left: 6px;
}

.svdm-total-savings td {
	color: #1a7f37;
	font-weight: 600;
}
