/* Cleaner UCWRG — bundle product page */

.cleaner-ucwrg-bundle {
	margin-top: 12px;
}

.cleaner-ucwrg-bundle-section {
	margin-bottom: 20px;
}

.cleaner-ucwrg-bundle-section h3 {
	font-size: 1rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #666;
	margin: 0 0 10px;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 4px;
}

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

.cleaner-ucwrg-bundle-item {
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}

.cleaner-ucwrg-bundle-item:last-child {
	border-bottom: 0;
}

.cleaner-ucwrg-bundle-item-main {
	display: flex;
	gap: 12px;
	align-items: center;
	flex-wrap: wrap;
}

.cleaner-ucwrg-bundle-item-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	flex: 1 1 60%;
	margin: 0;
}

.cleaner-ucwrg-bundle-required .cleaner-ucwrg-item-name {
	flex: 1 1 60%;
}

.cleaner-ucwrg-item-name {
	font-weight: 500;
}

.cleaner-ucwrg-item-name a {
	color: inherit;
	text-decoration: none;
}

.cleaner-ucwrg-item-name a:hover {
	text-decoration: underline;
}

.cleaner-ucwrg-item-qty {
	flex: 0 0 auto;
}

.cleaner-ucwrg-item-qty-input {
	width: 56px;
	padding: 4px 6px;
	text-align: center;
}

.cleaner-ucwrg-item-price {
	flex: 0 0 auto;
	min-width: 110px;
	text-align: right;
}

.cleaner-ucwrg-item-price-final {
	font-weight: 600;
}

.cleaner-ucwrg-item-price-was {
	display: block;
	color: #888;
}

.cleaner-ucwrg-bundle-totals {
	margin-top: 16px;
	padding: 12px;
	background: #f7f7f7;
	border-radius: 6px;
}

.cleaner-ucwrg-bundle-total-row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	font-size: 1.1rem;
}

.cleaner-ucwrg-bundle-total-label {
	font-weight: 500;
}

.cleaner-ucwrg-bundle-total-final {
	font-weight: 700;
	font-size: 1.4rem;
}

.cleaner-ucwrg-bundle-total-meta {
	margin-top: 4px;
	color: #777;
	font-size: 0.9rem;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.cleaner-ucwrg-bundle-actions {
	margin-top: 16px;
}

.cleaner-ucwrg-bundle-blocked {
	padding: 12px;
	background: #fff3cd;
	border-left: 4px solid #c9a032;
	border-radius: 4px;
}

.cleaner-ucwrg-bundle-blocked p {
	margin: 0;
	color: #6b510e;
}
