:root,:host{--dropdown-list-row-gap: 4px;--dropdown-list-top-position: 80%;--dropdown-list-width: 100%;--dropdown-list-max-height: 240px;--dropdown-list-min-width: 200px;--dropdown-list-background: white;--dropdown-list-border: solid 1px rgba(0, 0, 0, 0.12);--dropdown-list-shadow: 0px 12px 16px -4px rgba(10, 13, 18, 0.08), 0px 4px 6px -2px rgba(10, 13, 18, 0.03), 0px 2px 2px -1px rgba(10, 13, 18, 0.04);--dropdown-list-border-radius: 8px;--dropdown-list-padding: 0;--dropdown-list-all-results-padding: 8px;--dropdown-list-all-results-background: white;--dropdown-list-all-results-delimeter: solid 1px #E9EAEB}.dropdown-list{display:flex;flex-direction:column;gap:0;position:relative;overflow:hidden;background:var(--dropdown-list-background, white);border:var(--dropdown-list-border, none);border-radius:var(--dropdown-list-border-radius, 0);box-shadow:var(--dropdown-list-shadow, none);padding:var(--dropdown-list-padding, 0);max-height:var(--dropdown-list-max-height, 100vh);min-width:var(--dropdown-list-min-width, 200px)}.dropdown-list>.dropdown-list-items{--row-gap: var(--dropdown-list-row-gap, 1px);--columns-mobile: 1fr;--columns-tablet: 1fr;--columns-desktop: 1fr;--columns-wide: 1fr;--layout-columns-align-items: start;--layout-flex-direction: column;flex:1 1 auto;align-content:start;overflow-y:auto}.dropdown-list>.dropdown-list-items:focus,.dropdown-list>.dropdown-list-items:focus-visible,.dropdown-list>.dropdown-list-items:focus-within{box-shadow:var(--focus-ring-shadow) !important;outline:none}.dropdown-list>.dropdown-list-items[tabindex]{cursor:default}.dropdown-list .all-results-button-container{display:flex;place-content:center;padding:var(--dropdown-list-all-results-padding, 8px);background:var(--dropdown-list-all-results-background, var(--dropdown-item-background, white));border-top:var(--dropdown-list-all-results-delimeter, solid 1px #E9EAEB)}: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: solid 1px #E9EAEB;--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}