:root {
  --pe-anchor-offset: 105px;
}

html {
  scroll-behavior: auto !important;
}

html {
  scroll-padding-top: var(--pe-anchor-offset);
}

body:not(.wp-admin) [id] {
  scroll-margin-top: var(--pe-anchor-offset);
}

body.admin-bar {
  --pe-anchor-offset: 137px;
}

@media (max-width: 960px) {
  :root {
    --pe-anchor-offset: 95px;
  }

  body.admin-bar {
    --pe-anchor-offset: 141px;
  }
}