/* Fix: floated .team-col grid breaks into wrong columns when item count is not a multiple of 4 (added 2 new queens 25.09.2026) */
.team-members .team-col:nth-child(4n+1) {
  clear: left;
}