.block-post-meta {
	font-size: var(--wp--preset--font-size--small);
}

.block-post-meta .post-terms {
	margin-block-start: 0;
	margin-block-end: 0;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-flow: row wrap;
  justify-content: center;
}

.block-post-meta .post-terms a {
	background: var(--wp--preset--color--quaternary);
	padding: 8px 12px;
	color: var(--wp--preset--color--foreground);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: var(--wp--preset--font-size--small);
	font-family: var(--wp--preset--font-family--primary);
}
