h1 {
  margin-bottom: 50px;
  border-bottom: 5px solid var(--color-text);
  padding-bottom: 50px;
}

h2 {
  margin: 40px 0 20px 0;
  font-weight: bold;
}

h3 {
  margin: 20px 0 10px 0;
  border-bottom: 1px solid var(--color-bg-secondary);
}

h4 {
  margin: 30px 0 20px 0;
  font-size: 18px;
}

.section-description {

}

.section-parameters {

}

.section-parameters .base-path {
  margin: 20px 0;
}

.section-parameters .base-path .span {
  margin-right: 10px;
}

.section-parameters .parameter-header {
  font-weight: bold;
  margin: 10px 0;
}

.section-parameters .entry {

}

.section-parameters .entry .data-type {
  margin: 0 10px;
}

.section-parameters .entry p {
  margin-top: 10px;
}

.section-examples {

}
