/* Learn tab headings */
.tutorial-heading {
  font-size: 15px;
  font-weight: 600;
  color: #e5e7eb;
  margin-bottom: 6px;
}

/* Soft pill badges (already used elsewhere but re-affirm style) */
.pill-soft {
  display: inline-flex;
  align-items: center;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.85);
  border: 1px solid rgba(148, 163, 184, 0.45);
  color: #e5e7eb;
}

/* Card that wraps the description text in Learn step */
.guided-card {
  backdrop-filter: blur(12px);
}

/* Progress row under Learn*/
.cr-schema-card{
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.25);
}

.cr-table-name{
  color: var(--text);
  letter-spacing: 0.2px;
}

.cr-col-chip-wrap{
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cr-col-chip{
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(106,165,156,0.10); /* mint tint */
  color: var(--text);
  font-size: 12.5px;
  line-height: 1;
  white-space: nowrap;
}
