.tutorial-content {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
}

ul.guide-toc {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: calc(var(--gutter-width) * 2);
}

ul.guide-toc li a {
  text-transform: uppercase;
}

ul.guide-toc .content-link.active {
  color: var(--primary-green);
  font-weight: bold;
}

.guide-steps {
  max-width: 100%;
}

.guide-step .window {
  margin-bottom: calc(var(--gutter-width) * 2);
}

.guide-step.hidden,
.guide-step:not(.active) {
  display: none;
}

