
	.chip {
		background-color: var(--chip-bg);
		color: white;
		padding: 4px 8px;
		border-radius: 30px;
		font-size: 0.9em;
		font-weight: bold;
	}
