/* Author archive profile extras (Task 16 §15). Newsroom, not knowledge-card. */
.author-profile-kind {
	margin: 0 0 0.4rem;
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #2b5ba1;
}

.author-profile--institution .author-profile-kind {
	color: #1a1a1a;
}

.author-profile--institution {
	border-left: 3px solid #1a1a1a;
	padding-left: 1.25rem;
}

.author-profile--person {
	border-left: 3px solid #2b5ba1;
	padding-left: 1.25rem;
}

.author-profile-meta {
	margin: 0 0 0.85rem;
}

.author-profile-meta-label {
	display: block;
	margin: 0 0 0.35rem;
	font-family: "Roboto Condensed", "Roboto", sans-serif;
	font-size: 0.7rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #718096;
}

.author-profile-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.author-profile-chips li {
	margin: 0;
	padding: 0.2rem 0.55rem;
	border: 1px solid #e2e8f0;
	background: #f7fafc;
	color: #1a1a1a;
	font-size: 0.8rem;
	font-weight: 600;
	line-height: 1.3;
}
