.qii-manual-sidebar {
    width: 100%;
}

.qii-manual-card {
    background: #f7f5fb;
    border: 1px solid #e7e1f1;
    border-radius: 14px;
    padding: 18px;
}

.qii-manual-sidebar-title {
    margin: 0 0 14px;
    font-size: 18px;
    line-height: 1.4;
}

.qii-manual-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.qii-manual-menu-item {
    margin: 0 0 8px;
}

.qii-manual-menu-item:last-child {
    margin-bottom: 0;
}

.qii-manual-menu-link {
    display: block;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 10px;
    color: #2f2f2f;
    transition: all 0.2s ease;
}

.qii-manual-menu-link:hover {
    background: #ece6f7;
}

.qii-manual-menu-item.is-active .qii-manual-menu-link {
    background: #ded2f3;
    font-weight: 600;
}

.qii-manual-empty {
    padding: 14px;
    background: #fff6f6;
    border: 1px solid #f1d4d4;
    border-radius: 12px;
}

#qii-manual-sort-table tbody tr.ui-sortable-helper {
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

.qii-manual-drag-handle {
    user-select: none;
    color: #666;
    width: 60px;
}

.qii-manual-drag-handle:hover {
    color: #111;
}