.mb-cpt-sortable {
    list-style: none;
    padding: 0;
    margin: 0 0 0 24px;
}

.sortable-chosen {
    background: #f5f5f5;
    list-style: none;
}

.mb-cpt-sortable li {
    list-style: none;
}

.mb-cpt-sortable[data-level="0"] {
    margin: 12px;
}

.mb-cpt-page-item {
    padding: 12px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin-block: 6px;
    display: flex;
    align-items: center;
    gap: 4px;
    transition: background 0.2s;
    cursor: grab;
}

.mb-cpt-page-item:hover {
    background: #f5f5f5;
}

.mb-cpt-handle {
    padding: 0 4px;
    color: #666;
}

.mb-cpt-title {
    flex: 1;
    font-weight: 600;
}

.mb-cpt-status {
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    color: #666;
    margin-left: 8px;
}

.toggle-sortable-btn svg {
    vertical-align: middle;
    position: relative;
    top: -2px;
}