.wkbundle-section {
	margin-top: 1em;
	padding: 0.75em;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	background: #fafafa;
}

.wkbundle-section .wkbundle-title {
	margin: 0 0 0.5em 0;
	font-size: 0.95em;
	font-weight: 600;
	color: #333 !important;
}

.wkbundle-section .wkbundle-products {
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.wkbundle-section .wkbundle-product {
	display: flex;
	align-items: center;
	gap: 0.4em;
	flex: 1;
	min-width: 0;
}

.wkbundle-section .wkbundle-product img {
	width: 44px;
	height: 44px;
	object-fit: cover;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	flex-shrink: 0;
}

.wkbundle-section .wkbundle-product-info {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.wkbundle-section .wkbundle-product-name {
	font-weight: 500;
	font-size: 0.8em;
	color: #333 !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.wkbundle-section .wkbundle-product-name a {
	color: #333 !important;
	text-decoration: none;
}

.wkbundle-section .wkbundle-product-name a:hover {
	text-decoration: underline;
}

.wkbundle-section .wkbundle-product-price,
.wkbundle-section .wkbundle-product-price span,
.wkbundle-section .wkbundle-product-price .woocommerce-Price-amount,
.wkbundle-section .wkbundle-product-price .amount {
	font-size: 13px !important;
	color: #666 !important;
	line-height: 1.4;
}

.wkbundle-section .wkbundle-plus {
	font-size: 1.1em;
	font-weight: 700;
	color: #999 !important;
	flex-shrink: 0;
}

.wkbundle-section .wkbundle-totals {
	margin-top: 0.5em;
	display: flex;
	align-items: center;
	gap: 0.5em;
}

.wkbundle-section .wkbundle-total-before,
.wkbundle-section .wkbundle-total-before span,
.wkbundle-section .wkbundle-total-before .woocommerce-Price-amount,
.wkbundle-section .wkbundle-total-before .amount {
	text-decoration: line-through;
	color: #999 !important;
	font-size: 0.85em !important;
}

.wkbundle-section .wkbundle-total-after,
.wkbundle-section .wkbundle-total-after span,
.wkbundle-section .wkbundle-total-after .woocommerce-Price-amount,
.wkbundle-section .wkbundle-total-after .amount {
	font-weight: 700;
	font-size: 1em !important;
	color: #333 !important;
}

.wkbundle-section .wkbundle-tax-label {
	font-size: 11px !important;
	font-weight: 400;
	color: #999 !important;
}

.wkbundle-section .wkbundle-discount-badge {
	background: #4caf50;
	color: #fff !important;
	font-size: 0.7em !important;
	font-weight: 600;
	padding: 0.15em 0.5em;
	border-radius: 3px;
	text-transform: uppercase;
}

.wkbundle-section .wkbundle-add-to-cart {
	margin-top: 0.6em;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.wkbundle-section .wkbundle-add-to-cart.loading {
	opacity: 0.6;
	pointer-events: none;
}

.wkbundle-section .wkbundle-message {
	margin-top: 0.5em;
	padding: 0.4em 0.6em;
	border-radius: 3px;
	font-size: 0.8em;
}

.wkbundle-section .wkbundle-message--success {
	background: #e8f5e9;
	color: #2e7d32 !important;
	border: 1px solid #c8e6c9;
}

.wkbundle-section .wkbundle-message--success a {
	color: #1b5e20 !important;
	font-weight: 600;
}

.wkbundle-section .wkbundle-message--error {
	background: #ffebee;
	color: #c62828 !important;
	border: 1px solid #ffcdd2;
}
