.cd-nav-local {
  display: none;
  position: sticky;
  top: 5rem;
  z-index: 0;
  width: 25rem;
  height: calc(100vh - 6.5rem);
  margin-right: -1rem;
  overflow: hidden;
  border-left-width: 1px;
  border-color: rgb(228 228 231);

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

  & .wrapper {
    position: absolute;
    inset: 0;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
    padding: 1.5rem 0.25rem;
    font-size: 0.9rem;
    line-height: 1.2;
  }
}
