.wp-block-query .wp-block-post-date {
	display: inline;
	position: relative;
	font-size: var(--wp--preset--font-size--caption);
	line-height: calc(20/12);
}
.wp-block-query .wp-block-post-date::after {
	content: "";
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
	height: 2px;
	background-color: var(--wp--preset--color--primary-600);
	border-radius: 50%;
}