.ps-section-nav { display: flex; justify-content: space-between; flex-wrap: wrap; &--list { list-style: none; display: flex; position: sticky; margin: 0 -0.5rem; } &--link { margin: 0.5rem; &_active a { color: var(--foreground); &:hover { border-color: var(--foreground); } } } }