:root,:host{--dropdown-item-gap: 8px;--dropdown-item-border-radius: 0;--dropdown-item-padding: 9px 14px;--dropdown-item-background: white;--dropdown-item-foreground: inherit;--dropdown-item-height: auto;--dropdown-item-min-height: 40px;--dropdown-item-delimeter: none;--dropdown-item-background-hover: #F8F9FC;--dropdown-item-foreground-hover: inherit;--dropdown-item-prefix-color-hover: inherit;--dropdown-item-suffix-color-hover: inherit;--dropdown-item-background-selected: #F8F9FC;--dropdown-item-foreground-selected: inherit;--dropdown-item-prefix-color-selected: #0058CC;--dropdown-item-suffix-color-selected: #0058CC;--dropdown-item-background-disabled: transparent;--dropdown-item-foreground-disabled: #717680;--dropdown-item-prefix-color-disabled: #A4A7AE;--dropdown-item-suffix-color-disabled: #A4A7AE;--dropdown-item-prefix-color: inherit;--dropdown-item-suffix-color: inherit}.dropdown-item{box-sizing:border-box;display:flex;flex-wrap:wrap;align-items:center;gap:var(--dropdown-item-gap, 8px);width:auto;border-radius:var(--dropdown-item-border-radius, 6px);padding:var(--dropdown-item-padding, 8px 10px);background:var(--background, var(--dropdown-item-background, transparent));color:var(--foreground, var(--dropdown-item-foreground, inherit));height:var(--dropdown-item-height, auto);min-height:var(--dropdown-item-min-height, 40px)}.dropdown-item:not(:last-child){border-bottom:var(--dropdown-item-delimeter, solid 1px #E9EAEB)}.dropdown-item .layout.flexible.layout--badge-set,.dropdown-item .layout.flexible.badge-set{display:inline-flex}.dropdown-item.clickable{cursor:pointer}.dropdown-item.clickable:hover{--background: var(--dropdown-item-background-hover, inherit);--foreground: var(--dropdown-item-foreground-hover, inherit);--dropdown-item-prefix-color: var(--dropdown-item-prefix-color-hover, inherit);--dropdown-item-suffix-color: var(--dropdown-item-suffix-color-hover, inherit)}.dropdown-item .body{flex:1 1 auto;max-width:100%}.dropdown-item .prefix,.dropdown-item .suffix{display:flex;align-items:center;justify-content:center;flex:0 0 auto}.dropdown-item .prefix{--foreground: var(--dropdown-item-prefix-color, inherit)}.dropdown-item .suffix{--foreground: var(--dropdown-item-suffix-color, inherit)}.dropdown-item.selected,.dropdown-item[aria-selected=true]{--background: var(--dropdown-item-background-selected, inherit);--foreground: var(--dropdown-item-foreground-selected, inherit);--dropdown-item-prefix-color: var(--dropdown-item-prefix-color-selected, inherit);--dropdown-item-suffix-color: var(--dropdown-item-suffix-color-selected, inherit)}.dropdown-item.disabled,.dropdown-item[aria-disabled=true]{--background: var(--dropdown-item-background-disabled, transparent);--foreground: var(--dropdown-item-foreground-disabled, inherit)}.dropdown-item.disabled .prefix,.dropdown-item.disabled .suffix,.dropdown-item[aria-disabled=true] .prefix,.dropdown-item[aria-disabled=true] .suffix{--dropdown-item-prefix-color: var(--dropdown-item-prefix-color-disabled, inherit);--dropdown-item-suffix-color: var(--dropdown-item-suffix-color-disabled, inherit)}.dropdown-item.disabled,.dropdown-item[aria-disabled=true]{cursor:not-allowed}