/* Functional CSS: guarantees the overflow chip and capped avatars stay hidden
   regardless of any theme `display` rule. Overlap visuals live in the theme. */
[data-c42-avatar-group] > [hidden],
[data-c42-avatar-overflow][hidden] {
  display: none;
}
