/* Featured attributes (v2, Bootstrap-vrij) — structureel op --wcp-*-tokens.
   Vervangt Bootstraps .list-unstyled op de <ul>. */
ul.featured-attributes {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.featured-attributes li {
	font-size: var(--wcp-font-size-sm, 0.875rem);
	color: var(--wcp-color-muted, #6c757d);
}
