

/* Highlight your name in citation view - applied via JavaScript */
/* The JavaScript adds the 'author-highlight' class to spans containing "Zigong Xu" */
.author-highlight {
	font-weight: bold !important;
	color: var(--bs-primary, #0d6efd) !important;
}

