/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */

.bot-run-pipeline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
}

.bot-run-pipeline--compact {
  max-width: 280px;
}

.bot-run-pipeline__arrow {
  color: #6c757d;
  font-size: 0.85rem;
  user-select: none;
}

.bot-run-pipeline__step {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.75rem;
  font-weight: 500;
}

.bot-run-pre {
  max-height: 360px;
  overflow: auto;
  white-space: pre-wrap;
  word-break: break-word;
}

.bot-run-chain .list-group-item.active .text-muted {
  color: rgba(255, 255, 255, 0.75) !important;
}

