.root {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;

    &:not(:first-child) {
        margin-top: 10px;
        padding-top: 20px;
        border-top: 1px solid var(--snft-line-color);
    }
}
