/* Business card: honey star glyph before the rating, status chip line.
   The bound meta is just the number / status text; the star is decorative. */
.wb-stars { margin: 0; color: var(--wp--preset--color--ink); font-weight: 600; }
.wb-stars::before {
	content: "★ ";
	color: var(--wp--preset--color--honey);
}
.wb-status { margin: 0; }
