.wp-block-post-terms.is-style-pill a,
.wp-block-post-terms.is-style-pill span:not([class], [data-rich-text-placeholder]) {
	border: 1px solid currentColor;
	border-radius: 999px;
	display: inline-block;
	font-size: var(--wp--preset--font-size--custom-9);
	line-height: 1;
	margin: 4px 0;
	padding: 5px 15px;
}

.wp-block-post-terms.is-style-pill a:hover {
	background-color: var(--wp--preset--color--theme-5);
	color: var(--wp--preset--color--theme-4);
	text-decoration: none;
}

.wp-block-post-terms.is-style-pill .wp-block-post-terms__separator {
	visibility: hidden;
}
