.link-list {
    .link {
        margin-bottom: var(--spacing-xs);

        &:last-of-type {
            margin-bottom: 0;
        }
    }
}