#help_section_grid .help-section-drag-handle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #7a8798;
    border-radius: 6px;
    cursor: grab;
}

#help_section_grid .help-section-drag-handle:hover {
    color: #0b5cad;
    background: #edf5ff;
}

#help_section_grid .help-section-row-dragging {
    background: #f8fbff;
    box-shadow: 0 8px 22px rgba(16, 24, 40, .14);
}

#help_section_grid .help-section-sort-placeholder {
    height: 42px;
    border: 1px dashed #0b5cad;
    background: #edf5ff;
}
