.semead-shortcode {
	margin: 1.5rem 0;
}

.semead-shortcode__heading {
	margin-bottom: 1rem;
}

.semead-people {
	display: grid;
	gap: 1.5rem;
}

.semead-person {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.semead-person:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.semead-person__image,
.semead-leader__image {
	width: 150px;
	height: 150px;
	object-fit: cover;
}

.semead-person__title {
	margin: 0 0 0.35rem;
	font-size: 1.5rem;
}

.semead-person__institution {
	color: #6c757d;
}

.semead-audio {
	margin-top: 1.5rem;
}

.semead-audio__label {
	margin-bottom: 0.5rem;
}

.semead-topic + .semead-topic {
	margin-top: 0.75rem;
}

.semead-topic__description {
	margin-bottom: 1.5rem;
}

.semead-leader {
	background: transparent;
}

.semead-leader__image {
	margin-bottom: 1rem;
}

.semead-leader__name {
	font-size: 1rem;
}

@media (max-width: 767.98px) {
	.semead-person {
		flex-direction: column;
		align-items: flex-start;
	}
}
