:root{
  --cp-toc-top: 96px;
  --cp-toc-max-h: calc(100vh - var(--cp-toc-top) - 16px);
}

.wp-block-stackable-table-of-contents[data-crafted-press="sticky"]{
  position: fixed;
  top: var(--cp-toc-top);
  align-self: flex-start;
  max-height: var(--cp-toc-max-h);
  overflow: auto;
  will-change: top;
}

.cp-unlock-overflow{
  overflow: visible !important;
}

.wp-block-stackable-table-of-contents [data-cp-active="true"]{
  font-weight: 600;
  text-decoration: underline;
}

.wp-block-stackable-table-of-contents a:hover,
.wp-block-stackable-table-of-contents a:focus{
  text-decoration: underline;
}

@media (max-width: 1024px){
  .wp-block-stackable-table-of-contents[data-crafted-press="sticky"]{
    position: static;
    top: auto;
    max-height: none;
  }
}
