/* Team Member widget. */

.vora-member {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 100%;
	min-width: 0;
	height: 100%;
}

.vora-member__photo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: none;
	width: 132px;
	height: 132px;
	overflow: hidden;
	margin-bottom: 6px;
}

.vora-member__photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Drawn from the name rather than shipped as an image, so a team grid stays
   even while the photographs are still being gathered. */
.vora-member__initials {
	font-size: 2.1rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1;
	color: #fff;
	background: #17131a;
}

.vora-member__name { margin: 0; line-height: 1.25; }

.vora-member__role {
	font-size: 0.92em;
	line-height: 1.4;
	opacity: 0.85;
}

.vora-member__bio {
	margin: 6px 0 0;
	max-width: 100%;
	line-height: 1.65;
}

.vora-member__social {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 10px;
}

.vora-member__social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	line-height: 1;
	text-decoration: none;
	border-radius: 6px;
	transition: background-color 0.16s ease, color 0.16s ease;
}

.vora-member__social i,
.vora-member__social svg {
	width: 1em;
	height: 1em;
	font-size: inherit;
}

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}
