/* PSMS fileVersioning, Version: 15.04.2026 19:51 CET */
.psgridsort_sortBox{
    position: relative;
    min-height: 24px;
    box-sizing: border-box;
}

.psgridsort_root{
    padding: 12px;
    border: 2px dashed rgb(var(--ps-cardr));
    border-radius: 12px;
    background: rgb(var(--ps-card));
    box-sizing: border-box;
}

.psgridsort_sortableItem{
    display: block;
    margin: 0 0 12px 0;
    border-radius: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.06);
    box-sizing: border-box;
}

.psgridsort_sortableItem:last-child{
    margin-bottom: 0;
}

.psgridsort_handle{
    display: block;
    padding: 12px 14px;
    background: rgba(var(--ps-body),0.5);
    border-radius: 12px 12px 0 0;
    cursor: move;
    user-select: none;
    font-weight: 600;
    line-height: 1.35;
    box-sizing: border-box;
}

.psgridsort_handle:hover{
    background: rgba(var(--ps-body),0.2);
}

.psgridsort_children{
    min-height: 88px;
    padding-left: 5px;
    border-top: 0;
    border-left: 4px solid rgb(var(--ps-card));
    box-sizing: border-box;
}

.psgridsort_sortableItem > .psgridsort_children{
    padding-left: 22px;
}

.psgridsort_children:empty::before{
    content: "Hier hinein ziehen";
    display: block;
    padding: 20px 10px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    color: #9a9a9a;
    border: 2px dashed rgb(var(--ps-cardr));
    border-radius: 10px;
    background: rgb(var(--ps-card));
    box-sizing: border-box;
    pointer-events: none;
}

.psgridsort_children > .psgridsort_sortableItem{
    margin-bottom: 10px;
}

.psgridsort_children > .psgridsort_sortableItem:last-child{
    margin-bottom: 0;
}

.psgridsort_placeholder{
    display: block;
    height: 56px;
    margin: 0 0 12px 0;
    border: 2px dashed #8b8b8b;
    border-radius: 12px;
    background: rgba(0,0,0,0.04);
    box-sizing: border-box;
}

.psgridsort_children .psgridsort_placeholder{
    margin-bottom: 10px;
}

.psgridsort_sortBox.psgridsort_hover{
    background: rgba(var(--ps-body),0.6);
}

.psgridsort_sortBox.psgridsort_hover > .psgridsort_handle{
    background: rgba(var(--ps-body),0.6);
}

.psgridsort_children.psgridsort_hover{
    background: rgba(var(--ps-body),0.6);
    border-left-color: #00ff00;
}

.psgridsort_sortableItem.ui-sortable-helper{
    box-shadow: 0 8px 22px rgba(0,0,0,0.16);
}

.psgridsort_sortableItem.ui-sortable-helper .psgridsort_handle{
    border-radius: 12px;
}

.psgridsort_sortableItem.ui-sortable-helper .psgridsort_children{
    display: none;
}