.block-post-meta {
	border-block: 6px solid var(--wp--preset--color--foreground);
}

.block-post-meta p {
	font-family: var(--wp--custom--typography--interface--font-family);
	font-size: var(--wp--custom--typography--interface--font-size);
	font-weight: var(--wp--custom--typography--interface--font-weight);
	letter-spacing: var(--wp--custom--typography--interface--letter-spacing);
	line-height: var(--wp--custom--line-height--normal);
	text-transform: lowercase;
	span {
		text-transform: uppercase;
	}
}

@media only screen and (max-width: 599px) {
	.block-post-meta p {
		font-size: var(--wp--preset--font-size--small);
	}
}

.block-post-meta p span {
	font-weight: 700;
}
