.ds-select-option{align-items:center;gap:var(--fds-ref-spacing-xsmall);border-radius:var(--fds-ref-radius-xsmall);cursor:pointer;box-sizing:border-box;flex-shrink:0;width:100%;transition:background .15s;display:flex;position:relative}.ds-select-option .ds-label{min-width:0;color:rgba(var(--b-sc), var(--fds-ref-alpha-56));white-space:nowrap;text-overflow:ellipsis;flex:1 0 0;overflow:hidden}.ds-select-option__icon{color:rgba(var(--b-sc), var(--fds-ref-alpha-56));flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ds-select-option__icon svg{width:100%;height:100%}.ds-select-option__right{align-items:center;gap:var(--fds-ref-spacing-xsmall);flex-shrink:0;display:flex}.ds-select-option__right .ds-label{color:rgba(var(--b-sc), var(--fds-ref-alpha-32));white-space:nowrap}.ds-select-option__check{flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.ds-select-option__check svg{width:100%;height:100%}.ds-select-option.ds-select-option-size--sm{height:var(--fds-sem-dimension-medium);padding:0 var(--fds-ref-spacing-xsmall)}.ds-select-option.ds-select-option-size--sm .ds-select-option__icon,.ds-select-option.ds-select-option-size--sm .ds-select-option__check{width:var(--fds-sem-dimension-xsmall);height:var(--fds-sem-dimension-xsmall)}.ds-select-option.ds-select-option-size--md{height:var(--fds-sem-dimension-large);padding:0 var(--fds-ref-spacing-medium)}.ds-select-option.ds-select-option-size--md .ds-select-option__icon,.ds-select-option.ds-select-option-size--md .ds-select-option__check{width:var(--fds-sem-dimension-xsmall-nudge);height:var(--fds-sem-dimension-xsmall-nudge)}.ds-select-option.ds-select-option-size--lg{height:var(--fds-sem-dimension-large);padding:0 var(--fds-ref-spacing-large)}.ds-select-option.ds-select-option-size--lg .ds-select-option__icon,.ds-select-option.ds-select-option-size--lg .ds-select-option__check{width:var(--fds-sem-dimension-xsmall-nudge);height:var(--fds-sem-dimension-xsmall-nudge)}.ds-select-option.ds-select-option-size--xl{height:var(--fds-sem-dimension-large);padding:0 var(--fds-ref-spacing-large)}.ds-select-option.ds-select-option-size--xl .ds-select-option__icon,.ds-select-option.ds-select-option-size--xl .ds-select-option__check{width:var(--fds-sem-dimension-xsmall-nudge);height:var(--fds-sem-dimension-xsmall-nudge)}[class*=is-web] .ds-select-option:hover:not(.ds-select-option--disabled),.ds-select-option--active:not(.ds-select-option--disabled),.ds-select-option--selected{background:rgba(var(--b-sc), var(--fds-ref-alpha-8))}.ds-select-option--selected .ds-label,.ds-select-option--selected .ds-select-option__right-text,.ds-select-option--selected .ds-select-option__icon,.ds-select-option--selected .ds-select-option__check{color:rgba(var(--hero), var(--fds-ref-alpha-100))}.ds-select-option--disabled{cursor:not-allowed;pointer-events:none;border:var(--fds-ref-border-width-thin) var(--fds-ref-border-style-solid) rgba(var(--b-sc), var(--fds-ref-alpha-8))}.ds-select-option--disabled .ds-label,.ds-select-option--disabled .ds-select-option__icon,.ds-select-option--disabled .ds-select-option__right-text{color:rgba(var(--b-sc), var(--fds-ref-alpha-16))}
