.ds-chapter-list {
  .ds-section-headline {
    display: flex;
    flex-direction: column;
    margin: 0 0 0.5rem 1.3125rem;
  }
}

.ds-chapter-list__item {
  border-top: var(--ds-border-rule);
  margin: 0;
  padding: 0.625rem 0 0.5rem;
  .ds-link-with-arrow {
    max-width: 31rem;
  }
}
