.sbs-container {
    width: min(1100px, calc(100% - 2rem));
    margin-inline: auto;
  }

  .sbs-section__header {
    margin-bottom: 1.5rem;
  }
  
  .sbs-section__kicker {
    color: var(--wp--preset--color--muted);
    font-size: 0.95rem;
  }
  
  .sbs-section__title {
    margin: 0.25rem 0 0.75rem;
  }
  
  .sbs-section__lead {
    color: var(--wp--preset--color--muted);
    max-width: 70ch;
  }
  
html.sbs-modal-open, body.sbs-modal-open { overflow: hidden; }

[id] {
  scroll-margin-top: 108px;
}

@media (min-width: 901px) {
  [id] {
    scroll-margin-top: 72px;
  }
}