.pbz-bundle-box {
	margin: 16px 0;
	padding: 12px 16px;
	border: 1px solid #e2e2e2;
	background: #fafafa;
}

.pbz-bundle-box h3 {
	margin: 0 0 8px;
	font-size: 1.05em;
}

.pbz-bundle-note {
	margin: 0 0 10px;
	color: #666;
}

.pbz-bundle-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.pbz-bundle-item {
	padding: 8px 0;
	border-top: 1px solid #eaeaea;
}

.pbz-bundle-item:first-child {
	border-top: 0;
}

.pbz-bundle-item label {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.pbz-bundle-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	text-decoration: none;
	color: inherit;
}

.pbz-bundle-thumb img {
	width: 56px;
	height: 56px;
	object-fit: cover;
	border-radius: 4px;
	border: 1px solid #e3e3e3;
}

.pbz-bundle-name {
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 260px;
}

.pbz-bundle-price {
	color: #444;
}

.pbz-price-original {
	color: #777;
	margin-right: 6px;
}

.pbz-price-discount {
	color: #0a7d3b;
	font-weight: 600;
	text-decoration: none;
}

