.OAPath > * {
  grid-template-columns: minmax(0, 1fr) !important;
}

html:not(.dark) {
  --vp-sidebar-bg-color: #f2f2f2;
  --vp-c-brand-1: black;

  .VPSidebarItem {
    .item:hover .link > .text {
      text-decoration: underline;
    }

    &.is-active:not(.level-0) .item .link > .text {
      font-weight: 600;
    }
  }
}

html.dark {
  --vp-c-brand-1: white;
}
.OAPathContentStart {
  order: 2
}

.VPDoc.has-sidebar.has-aside div.container div.content div.content-container {
  max-width: 1000px;
}