.position-type {
	font-weight: bold; color:var(--accent-col);
}
a[href^="#"].position-type {
	&::after{
		content: "";
	}
	text-decoration: none;
	&:hover {
		text-decoration: underline;
	}
}
li:has(>.position:target) {
	background-color: var(--accent-inv-col);
}
