/* @define FollowersModal */

.FollowersModal-listWrapper {
    border: 1px solid var(--border-default);
    border-radius: 4px;
}

.FollowersModal-listItem {
    border-bottom: 1px solid var(--surface-accent);
    padding: 12px;
    cursor: pointer;
}

.FollowersModal-listItemActive {
    background-color: var(--surface-accent);
}

/* remove bottom border on the last item */
.FollowersModal-listItem:last-child {
    border-bottom: none;
}
