/* guides/teams.html only. Scoped under body.teams-page so it never touches the shared
   guides.css (owned by the Guides A work packet). Tables reuse the generic table/th/td rules
   already in assets/experience.css; this file only sizes the lock/layers header icons. */

.teams-page .team-th {
  display: inline-flex;
  align-items: center;
  gap: 8px
}
.teams-page .team-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0
}
.teams-page .table-wrap {
  margin-top: 22px
}
