/* ═══════════════════════════════════════
   WORKBENCH AI SETUP — a provider and model per AI surface
   (WorkbenchAiSetupTemplates.js)
   ═══════════════════════════════════════ */

/* The surface's name and, where its reply is a document rather than prose,
   the pill that says so. Everything else on the page is a shared .wb-table,
   .wb-in and .wb-sidecard (workbench-pages.css). */
.wbai-name {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}
