.cd-nav-global {
  display: none;
  /* position: sticky; */
  /* top: 0; */
  z-index: 0;
  width: 12rem;
  border-right-width: 1px;
  border-color: rgb(228 228 231);
  padding-right: 1rem;
  padding-bottom: 2rem;
  font-size: 0.875rem;
  line-height: 1.2;
  flex-shrink: 0;
  /*
  @media (min-height: 640px) {
    & {
      overflow-y: auto;
      height: 100vh;
      top: 3rem;
      min-height: calc(100vh - 3rem);
    }
  } */

  @media (min-width: 924px) {
    & {
      display: block;
    }
  }

  @media (min-width: 1536px) {
    & {
      font-size: 1rem;
      line-height: 1.5rem;
      width: 18rem;
    }
  }

  & nav {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding-bottom: 3.5rem;
  }
}