.person-page {
	max-width: 960px;
	color: #000;
}

.person-page a:focus-visible {
	outline: 2px solid #000;
	outline-offset: 2px;
}

.person-breadcrumb {
	margin: 0.3rem 0.5rem 0.8rem;
	color: #000;
	font-size: 0.9rem;
}

.person-intro,
.person-highlight {
	margin: 0.8rem 0.5rem 1.5rem;
	padding: 1.1rem 1.2rem;
	border-left: 4px solid #c47a3d;
	background: #fffaf2;
}

.person-card {
	display: grid;
	grid-template-columns: 140px minmax(0, 1fr);
	gap: 1rem;
	align-items: start;
	margin: 0;
}

.person-card__portrait {
	margin: 0;
}

.person-card__portrait img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #d9c9b7;
	background: #fff;
}

.person-card__copy {
	min-width: 0;
}

.person-card__name {
	margin: 0 0 0.7rem;
	padding: 0;
	color: #000 !important;
	background: transparent;
	font-size: 1.35rem;
	line-height: 1.35;
}

.person-card__affiliation {
	margin: 0.25rem 0;
	color: #000;
	font-weight: bold;
}

.person-card__profile-link {
	margin-top: 0.55rem;
}

.person-card__summary {
	margin-top: 0.75rem;
}

.person-card__summary p {
	margin: 0.4rem 0;
}

.person-section {
	margin: 1.25rem 0.5rem 1.5rem;
}

.person-section > h2 {
	margin: 0 0 0.85rem;
	padding: 0 0 0.42rem;
	border-bottom: 2px solid #d8b36a;
	background: transparent;
	color: #000 !important;
	font-size: 1.12rem;
	line-height: 1.45;
}

.person-list {
	margin: 0.8rem 0;
	padding-left: 1.5rem;
}

.person-list li {
	margin: 0.55rem 0;
}

@media (max-width: 720px) {
	.person-card {
		grid-template-columns: 100px minmax(0, 1fr);
	}
}
