.wplt-tag-badges{
	display:flex;
	flex-wrap:wrap;
	gap:6px;
	margin:5px 0;
}

.wplt-tag-badge{
	display:inline-flex;
	align-items:center;
	gap:4px;
	font-size:10px;
	text-transform:uppercase;
	padding:3px 6px;
	background-color:var(--text-1);
	color:var(--background);
	font-weight:400;
	line-height:1.2;
	text-decoration:none;
	text-align:center;
}

.wplt-tag-icon svg{
	width:10px;
	height:10px;
	display:block;
}

.wplt-tag-badge:hover,
.wplt-tag-badge:focus{
	color:var(--background);
	text-decoration:none;
}
