#vendyl-customization { margin-top:16px; }
.vc-group { margin-bottom:14px; }
.vc-label { font-weight:600; margin-bottom:6px; }
.vc-options { display:flex; gap:8px; flex-wrap:wrap; }

.vc-option {
	border:1px solid #cbd5e1;
	padding:6px 14px;
	border-radius:999px;
	background:#fff;
	cursor:pointer;
}

.vc-option.is-active {
	background:#266ce3;
	color:#fff;
	border-color:#266ce3;
}

.vc-price {
	margin-top:12px;
	font-size:16px;
}
