/* Invite staff / Request availability drawer (class.invite_staff_drawer.php,
   invite_staff_drawer.js) — the process drawer kit does the panels; these are the few pieces
   the people step adds: the caret on the who card, and the count / Everyone / No one line over
   the list stacked behind it. Same shapes as the availability drawer's (css/availability_drawer.css). */

.isd_card_caret { flex: none; color: var(--pd_faint); font-size: 14px; }
.isd_who_card:hover .isd_card_caret { color: var(--pd_brand); }

/* the two choices above the card read as one block, so each gets its own label breathing room */
.isd_audiences, .isd_filters, .isd_roles { margin-bottom: 4px; }
.isd_roles { margin-left: 14px; }

/* a choice waiting on the server: the cards dim rather than the whole panel */
.pd_cards.pd_busy { pointer-events: none; }

/* the people window: the count and Everyone / No one over the cards */
.isd_people_tools
{
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0 2px 10px;
}
.isd_people_tools .pd_link { margin: 0; }
.isd_people_count { color: var(--pd_muted); font-size: 14px; margin-right: auto; }
.isd_people_count b { color: var(--pd_ink); }
