/**
 * PDP Boosters — brand tokens (Nuggela & Sulé).
 * Structure: plugin assets/pdp-components.css
 */

.single-product,
.necta-pdp-bundle,
.necta-pdp-qu {
	--line: #E5DBC8;
	--paper-2: #F5EFE5;
	--orange: #E86D31;
	--necta-pdp-line: var(--line);
	--necta-pdp-paper-2: var(--paper-2);
	--necta-pdp-orange: var(--orange);
}

/* Trust highlights (plugin .necta-pdp-trust-box) — spacing in buybox */
.ns-pdp-buybox .necta-pdp-trust-box {
	margin: 4px 0 0;
}

.ns-pdp-buybox .necta-pdp-trust-row__icon .ni {
	font-family: 'necta-icons' !important;
}

/* Payment logos — compact chips (Nuggela PDP buybox) */
.ns-pdp-buybox .necta-pdp-trust-box__strip--payment {
	padding: 8px 12px 10px;
}

.ns-pdp-buybox .necta-pdp-trust-box__strip--payment .necta-pdp-trust-box__strip-label {
	margin: 0 0 6px;
}

.ns-pdp-buybox .necta-pdp-trust-box__strip--payment .necta-pdp-trust-box__logos {
	gap: 5px 6px;
}

.ns-pdp-buybox .necta-pdp-trust-box__logo,
.ns-pdp-buybox .necta-pdp-trust-box__logo-item svg {
	height: 20px;
	max-width: 44px;
	border-radius: 3px;
}
