/* ---- Tutorial modal content typography ---- */
.tutorial-content {
  white-space: normal;
  color: var(--text-color);
  font-size: 0.95rem;
  line-height: 1.75;
}
.tutorial-content .lead {
  font-weight: 600;
  font-size: 1rem;
}
.tutorial-content h3 {
  margin: 12px 0 6px;
  font-size: 1.05rem;
  color: var(--accent-color);
}
.tutorial-content p {
  margin: 4px 0 8px;
}
.tutorial-content ol {
  margin: 0 0 10px 1.2em;
  padding: 0;
}
.tutorial-content li {
  margin: 4px 0;
}

@media (max-width: 480px) {
  .tutorial-content {
    font-size: 1rem;
    line-height: 1.8;
  }
}
