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

.block-post-meta span{
	font-family: var(--wp--preset-font-family--primary);
	font-weight: 700;
	letter-spacing: var(--wp--custom--letter-spacing--none);
	line-height: var(--wp--custom--line-height--small);
	font-size: var(--wp--preset--font-size--large);
}

.block-post-meta a{
	font-weight: 600;
	font-size: var(--wp--preset--font-size--small);
	line-height: var(--wp--custom--line-height--normal);
	letter-spacing: var(--wp--custom--letter-spacing--none);
	margin-bottom: var(--wp--custom--layout--block-gap);
}

/**
Mobile
*/
@media only screen and (max-width: 768px) {
	
	.block-post-meta{
		text-align: center;
	}

}