nv-fielddropdownitemcheck slot-fb,
nv-fielddropdownitemcheck span {
  all: unset;
}
nv-fielddropdownitemcheck {
  cursor: pointer;
  display: flex;
  padding: var(--list-dropdown-item-padding-y) var(--list-dropdown-item-padding-x);
  border-radius: var(--list-dropdown-item-radius);
}
nv-fielddropdownitemcheck:hover, nv-fielddropdownitemcheck[data-state=highlighted] {
  background-color: var(--components-list-dropdown-item-background-hover);
}