
.block-post-meta p {
	font-size: var(--wp--preset--font-size--small);
	margin-top: 0;
}
.block-post-meta p.post-terms {
	margin-bottom: 0;
}

.block-post-meta a {
	border-color: var(--wp--preset--color--primary);
	border-radius: var(--wp--custom--border-radius--tiny);
}

.block-post-meta .post-meta__title {
	font-family: var(--wp--custom--typography--interface--font-family);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	font-size: var(--wp--preset--font-size--small);
	text-transform: var(--wp--custom--typography--interface--text-transform);
	font-weight: 700;
	line-height: var(--wp--custom--line-height--small);
}