.block-tag-listing nav {
	display: flex;
	gap: 2px;
	margin-bottom: var(--wp--custom--layout--block-gap);
}

.block-tag-listing nav a {
	border: 1px solid var(--wp--custom--color--neutral-400);
	color: var(--wp--custom--color--neutral-700);
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	text-decoration: none;
	text-transform: uppercase;
}

.block-tag-listing h3,
.entry-content .block-tag-listing h3 {
	font-size: var(--wp--preset--font-size--large);
	margin-block-start: 16px;
}
