._taskRow_lrvol_1 {
  display: flex;
  flex-wrap: nowrap;
  flex-grow: 1;
  gap: var(--slot-gap);
  transition: background 0.12s;
}
._taskRow_lrvol_1:hover {
  background: rgba(255, 255, 255, 0.025);
}
