.block-after-post-categories {
	font-size: var(--wp--preset--font-size--min);
	font-weight: 700;
	color: var(--wp--preset--color--foreground);
	text-transform: uppercase;
	border-left: 1px solid var(--wp--custom--color--border);
	padding-left: 18px;
}

.entry-categories a {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.entry-categories a:is(:focus, :hover) {
	text-decoration: underline;
	text-underline-offset: 3px;
}