.parameters + ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  ul {
    list-style: none;
    padding-top: 1em;
  }
  code:first-child {
    background: none;
    color: var(--text-color);
    border: none;
    font-weight: 600;
    padding: 0;
    margin: 0;
  }
  li {
    border-top: 1px solid var(--hr-color);
    padding: 1em 0;
    h4 {
      margin: 0;
      margin-bottom: 0.5em;
    }
    code + strong {
      color: rgb(225, 98, 89);
      text-transform: uppercase;
      font-size: 60%;
      margin-left: 5px;
    }
    code + em {
      opacity: 0.5;
      font-size: 60%;
      font-style: normal;
      margin-left: 5px;
      font-weight: 600;
      text-transform: uppercase;
    }
  }
}

.encoding-switcher {
  display: flex;
  font-size: 10px;
  font-weight: 600;
  margin: 1em 0 -1em;
  justify-content: flex-end;
  text-transform: uppercase;
  div {
    margin-left: 10px;
    cursor: pointer;
  }
  .slash, .off {
    opacity: 0.5
  }
}


