/* Team employee detail content.
   Layout/surface structure is shared: direct right-column panels use rs-workbench-detail + rs-section-surface.
   This file only owns Team-specific field density and business content arrangements. */

.team-profile-title small,
.team-profile-title p {
  color: var(--rst-ui-muted);
  font-size: 11px;
  font-weight: var(--rst-fw-medium);
}

.team-profile-card {
  align-content: start;
}

.team-profile-card .rs-section-grid,
.team-profile-card .rs-section-stack {
  padding: 0;
}


.team-muted-copy {
  margin: 0;
  color: var(--rst-ui-muted);
  font-size: 12px;
  line-height: 1.45;
  font-weight: var(--rst-fw-medium);
}

.team-inline-field {
  --rs-field-textarea-min-height: 42px;
}

.team-inline-field:is(.wide,.is-wide) { grid-column: 1 / -1; }

.team-inline-action {
  align-self: end;
  justify-self: start;
}
