.touyu-supervisor {
	box-sizing: border-box;
	color: #454545;
}

.touyu-supervisor--automatic {
	max-width: 1100px;
	margin: 90px auto 64px;
	padding: 0 20px;
}

.touyu-supervisor--embedded {
	margin: 0;
	padding: 0;
}

.touyu-supervisor__heading {
	margin: 0 0 36px;
	text-align: center;
	font-size: clamp(1.55rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.5;
	color: #454545;
}

.touyu-supervisor__heading::before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	margin: 0 auto 14px;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #a9dfcb 0 23%, #68b594 24% 100%);
	opacity: .92;
}

.supervisor-meta {
	margin: 0 0 24px;
	color: #666;
	font-size: .9em;
	line-height: 1.8;
}

.supervisor-card {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 30px;
	box-sizing: border-box;
	padding: 30px;
	background: #f7f8f3;
}

.supervisor-card__photo {
	flex: 0 0 190px;
	width: 190px;
	height: 245px;
	overflow: hidden;
}

.supervisor-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
	object-position: center 20%;
}

.supervisor-card__content {
	flex: 1 1 420px;
	min-width: 0;
}

.supervisor-card__label,
.supervisor-card__name,
.supervisor-card__role,
.supervisor-card__specialties,
.supervisor-card__link {
	margin-top: 0;
}

.supervisor-card__label {
	margin-bottom: 4px;
	color: #68b594;
	font-weight: 700;
}

.supervisor-card__name {
	margin-bottom: 4px;
	font-size: 1.35em;
	font-weight: 700;
	line-height: 1.55;
}

.supervisor-card__role {
	margin-bottom: 18px;
	font-weight: 700;
}

.supervisor-card__specialties {
	margin-bottom: 18px;
	line-height: 1.8;
}

.supervisor-card__qualifications-title {
	margin: 20px 0 8px;
	font-size: 1.08em;
	line-height: 1.6;
}

.supervisor-card__credentials {
	margin: 0 0 18px 1.3em;
	padding: 0;
}

.supervisor-card__credentials li {
	margin: 0 0 4px;
	line-height: 1.7;
}

.supervisor-card__bio p {
	margin: 0 0 1em;
	line-height: 1.9;
}

.supervisor-card__link {
	margin-bottom: 0;
}

.supervisor-card__link a {
	color: #68b594;
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 640px) {
	.touyu-supervisor--automatic {
		margin-top: 64px;
		padding: 0 15px;
	}

	.supervisor-card {
		display: block;
		padding: 22px 18px;
	}

	.supervisor-card__photo {
		width: min(190px, 100%);
		margin: 0 auto 24px;
	}
}