.block-post-meta span {
	color: var(--wp--preset--color--tertiary);
	display: block;
	font-family: var(--wp--custom--typography--heading--font-family);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 800;
	line-height: var(--wp--custom--line-height--small);
	margin-bottom: 4px;
}

.block-post-meta p {
	margin: 0;
}

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

