/* Per-product add-on checkboxes on the single product page. */
.ffl-core-addons {
	margin: 1em 0;
	display: flex;
	flex-direction: column;
	gap: 0.45em;
}

.ffl-core-addon {
	display: flex;
	align-items: center;
	gap: 0.5em;
	cursor: pointer;
	font-size: 0.95em;
	line-height: 1.3;
}

.ffl-core-addon input[type="checkbox"] {
	margin: 0;
	flex: 0 0 auto;
}

.ffl-core-addon-price {
	color: #555;
	white-space: nowrap;
}
