/* --------------- Added by Sue Weaver in 2025-08 after WDS 3.0 migration ---------------- */
/* graduate student table - removes first  element and it's space from under  names - was creating what looked like a margin-bottom */
.anthro-graduate-students h2 {
	font-size: 1.4rem;
}

.anthro-graduate-students h2 + br {
	display: none;
	line-height: 0;
	font-size: 0;
}

/* ----- fix baseline for Twitter/X and Bluesky icons ----- */
svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
	margin-bottom: -3px;
}