/* VVT Helper – Team-Grid ([vvt_team]). Feinschliff nach Bedarf im Theme-CSS. */

.vvt-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 24px;
}

.vvt-team-card {
	text-align: center;
	padding: 24px 16px;
	border-top: 3px solid #2b2b2b;
	background: #fff;
}

.vvt-team-photo {
	width: 140px;
	height: 140px;
	margin: 0 auto 12px;
	border-radius: 50%;
	overflow: hidden;
}

.vvt-team-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.vvt-team-name {
	font-weight: 600;
	letter-spacing: 0.03em;
	text-transform: uppercase;
}

.vvt-team-role {
	font-weight: 700;
	color: #a4231e;
	margin-top: 4px;
}

.vvt-team-text {
	margin-top: 12px;
	font-size: 0.95em;
}

.vvt-team-mail {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	margin-top: 16px;
	background: #6b7280;
	color: #fff;
	text-decoration: none;
	border-radius: 3px;
}
