/*
 * Team member cards (bio_fullscreen_alt style): name in the dark green
 * accent, job title smaller and gray, with more breathing room between
 * the two. Applies to every [team_member] on the site automatically.
 */
.team-member[data-style="bio_fullscreen_alt"] .team-meta h3 {
	color: var(--nectar-extra-color-2);
}

.team-member[data-style="bio_fullscreen_alt"] .team-meta h5 {
	color: #888888;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 5px;
}

.team-member[data-style="bio_fullscreen_alt"] .team-member-image {
	margin-bottom: 15px;
}
