/* ═══════════════════════════════════════
   WORKBENCH LIVE WORLD — mode chips, context pick, the three tables
   (WorkbenchLiveWorldPicker.js, WorkbenchLiveWorldTemplates.js)
   ═══════════════════════════════════════ */

.wblw-context {
  margin-bottom: 16px;
}

.wblw-modes {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 14px;
}

/* The worlds or instances to pick from: a short scrolling list, so the
   tables below stay in view. */
.wblw-list {
  max-height: 260px;
  overflow-y: auto;
}

.wblw-row.on td {
  background: var(--wb-selected);
}

.wblw-go {
  margin-top: 10px;
}

.wblw-note {
  font-size: 12.5px;
}

.wblw-tables {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.wblw-card-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
}

.wblw-card-h .wb-fgroup-h {
  margin-bottom: 0;
}

.wblw-n {
  margin-left: 6px;
  font: 11px var(--font-mono);
  color: var(--text-muted);
}

.wblw-act {
  width: 1%;
  text-align: right;
  white-space: nowrap;
}
