.gnfb-bundle-box {
	margin-top: 2.5em;
	padding: 1.25em;
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	background: #fafafa;
	max-width: 700px;
}
.gnfb-product-bundles-listing-page {
	max-width: 900px;
	margin: 0 auto;
	padding: 2em 1em;
}
.gnfb-product-bundles-listing .gnfb-bundle-box:first-child {
	margin-top: 0;
}
.gnfb-bundle-title a {
	text-decoration: none;
}
.gnfb-bundle-title {
	margin: 0 0 0.75em;
}
.gnfb-bundle-items {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
	margin-bottom: 1em;
}
.gnfb-bundle-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 120px;
	text-align: center;
	cursor: pointer;
	padding: 8px;
	border-radius: 4px;
	transition: background-color 0.15s ease;
}
.gnfb-bundle-item.is-selected {
	background: #eef6ee;
}
.gnfb-bundle-item input[type="checkbox"] {
	margin-bottom: 6px;
}
.gnfb-bundle-item-thumb img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 4px;
	margin-bottom: 6px;
}
.gnfb-bundle-item-name {
	font-size: 13px;
	line-height: 1.3;
	margin-bottom: 4px;
}
.gnfb-bundle-item-price {
	font-size: 13px;
	color: #555;
}
.gnfb-bundle-summary {
	border-top: 1px solid #e2e2e2;
	padding-top: 1em;
}
.gnfb-bundle-total-line {
	font-size: 16px;
	margin-bottom: 0.25em;
}
.gnfb-bundle-total-label {
	font-weight: 600;
	margin-right: 6px;
}
.gnfb-bundle-total-original {
	text-decoration: line-through;
	color: #999;
	margin-right: 6px;
}
.gnfb-bundle-total-price {
	font-weight: 700;
	font-size: 18px;
}
.gnfb-bundle-savings {
	color: #2a7d2a;
	font-size: 13px;
	margin-bottom: 0.75em;
}
.gnfb-bundle-message {
	margin-top: 0.5em;
	font-size: 13px;
}
.gnfb-bundle-message.is-error {
	color: #b32d2e;
}
