.sidebar.is-sticky-sidebar {
  position: sticky;
  top: calc(var(--scroll-offset) + var(--wp--style--block-gap) * 2);
}