.desktop-toc-wrapper {
  box-sizing: border-box;
  position: sticky;
  top: 50px;
  margin-right: 20px !important;
  padding-right: 30px !important;
  overflow-y: auto;
  overflow-x: hidden;
  max-height: calc(100vh - 150px); /* Set max height of the TOC container */
}

.desktop-toc-wrapper .wiki-toc {
  border: none !important;
  background-color: var(--wp--preset--color--accent-2) !important;
}

.mobile {
  box-sizing: border-box;
}

.mobile .ez-toc-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mobile .ez-toc-title-container p {
  margin: 5px 0 10px 0;
}
