
ul[data-axi="link_labels"] {
	list-style: none;
}

ul[data-axi="link_labels"] li {
	background: var(--tertiary-color);
	color: white;
	width: fit-content;
	padding: 6px 12px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	border-radius: var(--border-radius);
}

ul[data-axi="link_labels"] li button {
	color: inherit;
	margin-right: 5px;
	background: none;
	border: none;
	cursor: pointer;
	padding: 0;
}
