.TaskItemRow{align-items:center;gap:var(--space-2);background-color:var(--gray-a1);cursor:pointer;height:36px;padding:0 10px;transition:background-color .15s;display:flex}.TaskItemRow:hover{background-color:var(--gray-2)}.TaskItemRow__StatusIcon{flex-shrink:0;align-items:center;line-height:0;display:flex}.TaskItemRow__Title{flex:1;min-width:0}.TaskItemRow__Meta{align-items:center;gap:var(--space-2);flex-shrink:0;display:flex}.TaskItemRow__MetaSlot{flex-shrink:0;justify-content:center;align-items:center;display:flex}.TaskItemRow__MetaSlot--assignee,.TaskItemRow__MetaSlot--actions{width:24px}.TaskItemRow__UnassignedAvatar{background-color:var(--gray-3);width:24px;height:24px;color:var(--gray-8);border-radius:50%;flex-shrink:0}.TaskItemRow__ActionsButton{opacity:0;transition:opacity .15s}.TaskItemRow:hover .TaskItemRow__ActionsButton{opacity:1}.SortableTaskItemRow{align-items:center;gap:var(--space-1);height:36px;padding-left:var(--space-2);background:var(--color-panel);cursor:pointer;transition:background-color .15s;display:flex}.SortableTaskItemRow:hover{background-color:var(--gray-2)}.SortableTaskItemRow--dragging{opacity:.75}.SortableTaskItemRow__Sequence{font-size:var(--font-size-2);color:var(--gray-9);text-align:center;-webkit-user-select:none;user-select:none;flex-shrink:0;min-width:16px;height:20px;font-weight:500}.SortableTaskItemRow__RowContent{flex:1;min-width:0}.SortableTaskItemRow__RowContent .TaskItemRow{background-color:#0000;height:auto;padding-left:0}.SortableTaskItemRow__RowContent .TaskItemRow:hover{background-color:#0000}.SortableTaskItemRow__Handle{border-radius:var(--radius-1);width:14px;height:22px;color:var(--gray-8);cursor:grab;background:0 0;border:none;flex-shrink:0;justify-content:center;align-items:center;padding:0;display:inline-flex}.SortableTaskItemRow__Handle:hover{background:var(--gray-a3)}.SortableTaskItemRow__Handle:active{cursor:grabbing}
