.docs {
  padding-block: 32px 60px;
  color: var(--color-text-default);
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.45px;
}

.docs > header {
  padding-inline: 20px;
}

.docs h1 {
  color: var(--color-text-strong);
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: -0.44px;
}

.docs-meta {
  padding-block: 20px;
}

.docs > section {
  padding: 20px;
}

.docs h2 {
  margin: 0 0 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.docs h3 {
  margin-block: 24px 0;
  font-size: 15px;
  font-weight: 700;
  line-height: 24px;
}

.docs h2 + h3 {
  margin-top: 0;
}

.docs p,
.docs li,
.docs h1,
.docs h2,
.docs h3 {
  text-wrap: wrap;
}

.docs p + p,
.docs p + ul,
.docs p + ol,
.docs ul + p,
.docs ol + p {
  margin-top: 0;
}

.docs li + li {
  margin-top: 0;
}

.docs p.docs-paragraph-break {
  margin-top: 24px;
}
