.sortable-list {
    margin-top: 20px;
    width: 100%;

    &-list {
        display: flex;
        flex-direction: column;
        box-shadow: 0 0 5px 0 rgba(28 28 28 / 5%);
    }

    &-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px;
        background-color: var(--white);
        box-shadow: 0 -1px 0 0 var(--gray-200) inset;
        font-size: 14px;
        line-height: 20px;
        color: var(--gray-700);
    }
}
