.thresto-supplements {
	margin: 4px 0;
}

.thresto-supplement-groupe {
	margin-bottom: 4px;
	padding: 8px 10px;
	border: 1px solid var(--thresto-panel-border, #e5e5e5);
	border-radius: 6px;
}

.thresto-supplement-groupe.thresto-supplement-error {
	border-color: #d63638;
}

.thresto-supplement-groupe-nom {
	font-weight: 600;
	margin: 0 0 4px;
}

.thresto-required {
	color: #d63638;
}

.thresto-supplement-max {
	font-weight: normal;
	font-size: 12px;
	color: #666;
}

.thresto-supplement-option {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 3px 0;
	cursor: pointer;
	font-weight: normal;
}

.thresto-supplement-option:has(input:disabled) {
	opacity: .45;
	cursor: not-allowed;
}

.thresto-supplement-option input {
	margin: 0;
}

.thresto-supplement-option-img {
	width: 36px;
	height: 36px;
	object-fit: cover;
	border-radius: 4px;
	flex-shrink: 0;
}

.thresto-supplement-price {
	color: #666;
	font-size: 13px;
	margin-left: auto;
}

.thresto-supplement-error-msg {
	display: none;
	color: #d63638;
	font-size: 12px;
	margin: 6px 0 0;
}
.thresto-supplement-groupe.thresto-supplement-error .thresto-supplement-error-msg {
	display: block;
}

.thresto-supplement-total {
	font-weight: 600;
	font-size: 16px;
	padding-top: 4px;
	border-top: 1px solid #eee;
	margin-bottom: 4px;
}
