/* 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*
