/* ═══════════════════════════════════════
   WORKBENCH PARTIES — every party and the picked one (WorkbenchPartiesTemplates.js)
   ═══════════════════════════════════════ */

/* The picked party, shown in the side cards. */
.wbpt-row.on td {
  background: var(--wb-selected);
}

/* A member: name and status, character, place — Kick on the right. */
.wbpt-member {
  align-items: flex-start;
}

.wbpt-mbody {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
  font-size: 12.5px;
}

.wbpt-mline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px 6px;
}

.wbpt-lead {
  color: var(--amber);
}

.wbpt-kick {
  flex: none;
}

.wbpt-disband {
  margin-top: 12px;
}
