 .guide-title {
    font-size: 170%;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
    line-height: 1.4;
  }
h2 {
  margin-top: 1.8rem;
  margin-bottom: 1.2rem;
  line-height: 1.5;
}

h3 {
  margin-top: 2.2rem;
  margin-bottom: 1.8rem;
  line-height: 1.5;
}

h3 .sub {
  font-size: 0.85em;
  font-weight: normal;
  opacity: 0.9;
  display: block;
  margin-top: 0.2rem;
}

p {
  margin-bottom: 1.4rem;
  line-height: 1.8;
}

ol {
  margin-top: 0.8rem;
  margin-bottom: 2rem;
  padding-left: 1.6rem;
}

ol li {
  margin-bottom: 1.2rem;
  line-height: 1.8;
}

details.steps-block p {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
}

.guide-screenshot {
  display: block;
  margin-top: 0.6rem;
  margin-bottom: 3.0rem;
  margin-left: 2.2rem;
  width: 90%;
  max-width: 220px;
  border-radius: 0.4rem;
  border: 1px solid #cccccc;
}

