/* ==========================================================================
   pages/prompts.css — prompt list rows, category chip, visibility cell
   The prompt-tog toggle styles live in components/toggles.css.
   ========================================================================== */

.prompt-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 0.5px solid var(--border);
}

.prompt-row:last-child {
  border-bottom: none;
}

.prompt-cat {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 12px;
  background: var(--accent2-dim);
  color: var(--accent2);
  white-space: nowrap;
}

.prompt-vis {
  font-family: var(--fm);
  font-size: 13px;
  min-width: 44px;
  text-align: right;
}
