.wp-block-post-terms{ 
font-size:16px;
color:rgba(102,102,113,1);
}
.wp-block-post-terms {
	width:100%;
}
.wp-block-post-terms a {
	text-decoration: none;
}
.wp-block-post-terms a:before {
	content: "#";
}
li .wp-block-post-terms, .wp-block-post-terms a{
	color: rgba(255,255,255,.5) !important; /* hotfix, as inline style is not working */
}.wp-block-post-terms.is-style-separator-space{
	display: flex;
	flex-wrap: wrap;
	gap: var(--wp--custom--sv-spacing);
	justify-content: center;
}
.wp-block-post-terms.is-style-separator-space .wp-block-post-terms__separator{
	display:none;
}