/* XR-UAT V16 — faculty order, equal cards and distinct Nature evidence */

/* The project lead uses the same portrait/card proportions as every profile. */
.v14-team-grid .team-card:first-child {
  grid-column: auto !important;
  display: block !important;
}
.v14-team-grid .team-card:first-child .team-photo {
  aspect-ratio: 4 / 5 !important;
  min-height: 0 !important;
}
.v14-team-grid .team-card:first-child .team-info {
  min-height: 180px;
}

@media (max-width: 760px) {
  .v14-team-grid .team-card:first-child .team-info { min-height: auto; }
}
