/* stylelint-disable selector-class-pattern */
.hc-colored-tags--list {
	list-style-type: none;
	display: flex;
	padding: 0;
	gap: 10px;
	font-size: 14px;
}

.hc-colored-tags--list li {
	background: #cfcfcf;
	padding: 3px 10px;
}

.hc-colored-tags--list li a {
	background: none;
	color: inherit;
	font-size: inherit;
	font-family: inherit;
	font-weight: inherit;
}
