.cpaf-addons-container {
	margin: 16px 0;
}

.cpaf-addon-group {
	margin-bottom: 16px;
}

.cpaf-group-title {
	font-weight: 500;
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 6px;
}

.cpaf-addon-group:first-child .cpaf-group-title {
	margin-top: 0;
}

.cpaf-required-mark {
	color: #d63638;
}

.cpaf-group-options {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.cpaf-option {
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	font-weight: normal;
}

.cpaf-option-input {
	margin: 0;
}

.cpaf-option-price {
	color: #666;
}

.cpaf-summary {
	margin: 14px 0;
	padding: 10px 14px;
	background: #f7f7f7;
	border-radius: 2px;
	font-size: 20px;
}

.cpaf-base-price-row,
.cpaf-addons-total-row,
.cpaf-grand-total-row {
	margin: 4px 0;
}

.cpaf-grand-total-row {
	font-weight: 700;
}

/* Підсвітка незаповненої обов'язкової групи при невдалій валідації */
.cpaf-addon-group.cpaf-invalid .cpaf-group-title {
	color: #d63638;
}

/* Відображення додатків у кошику / на чекауті */
.cpaf-cart-item-addons {
	font-size: 0.85em;
	color: #666;
	margin-top: 4px;
	line-height: 1.5;
}

.cpaf-cart-item-addons .cpaf-cart-addon-group-title {
	font-weight: 600;
}
