/* ==========================================================================
   Team Component
   ========================================================================== */

.rj-team-card {
	padding: 0;
}

.rj-team-row {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 14px 0;
	border-bottom: 1px solid var(--rj-border-light, #f0f0f0);
}

.rj-team-row:first-child {
	padding-top: 0;
}

.rj-team-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.rj-team-avatar {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	background: var(--rj-bg-alt, #f4f5f7);
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.rj-team-avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.rj-team-avatar-initials {
	font-size: 18px;
	font-weight: 700;
	color: var(--rj-text-light, #6b7280);
}

.rj-team-info {
	flex: 1;
	min-width: 0;
}

.rj-team-name {
	font-size: 16px;
	font-weight: 600;
	color: var(--rj-text-heading, #25314b);
	line-height: 1.3;
	text-align: left;
}

.rj-team-role {
	font-size: 14px;
	color: var(--rj-text-light, #6b7280);
	line-height: 1.4;
	text-align: left;
}
