@property st-global(--wds-table-list-item-fill);

.root {
  -st-states: droppable;
}

.root:droppable {
  background-color: var(--wds-table-list-item-fill, #DFE5EB);
}
