<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  .active .methods {
    display: block;
  }

  .methods {
    display: none;
  }

  nav &gt; ul &gt; li {
    padding: 20px 0;
  }

  nav &gt; ul &gt; li &gt; a {
    padding: 0;
  }

  nav &gt; ul &gt; li.active a {
    margin-bottom: 10px;
  }

  nav &gt; ul &gt; li.active &gt; a {
    margin-bottom: 15px;
  }

</pre></body></html>