.multi-select{width:100%}.multi-select__trigger{display:flex;justify-content:start;align-items:center;gap:8px;overflow:hidden;width:100%}.multi-select__values{display:flex;min-width:0;flex:1 1 auto;flex-wrap:wrap;align-items:center;gap:4px;padding:4px;border-radius:var(--radius-sm);text-align:left;margin:10px 0}.multi-select__placeholder{color:var(--muted-foreground,#6b7280);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-select__badge{display:inline-flex;align-items:center;gap:4px;padding-right:4px;max-width:100%}.multi-select__badge-label{display:inline-block;max-width:9rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.multi-select__remove{border-radius:6px;padding:2px;cursor:pointer;transition:background-color .12s ease-in-out}.multi-select__remove:hover{background:var(--muted,#f3f4f6)}.multi-select__remove-icon{width:14px;height:14px;display:block}.multi-select__chevron{width:16px;height:16px;flex-shrink:0;opacity:.5}.multi-select__content{width:320px;padding:0}.multi-select__search{height:36px}.multi-select__checkbox{margin-right:8px}.multi-select__option-disabled{opacity:.5}