.sgo-extended-select { min-width: 0; width: 100%; margin: 16px 0; padding: 0; border: 0; }
.sgo-extended-select__legend { width: 100%; margin: 0 0 10px; padding: 0; border: 0; color: var(--sgo-color-ink-950); font-size: 14px; font-weight: 600; }
.sgo-extended-select__option { display: flex; align-items: center; gap: 12px; min-width: 0; margin: 0 0 10px; padding: 12px 14px; border: 1px solid var(--sgo-color-line-strong); border-left-width: 5px; border-radius: 8px; background: var(--sgo-color-surface-muted); color: var(--sgo-color-ink-950); cursor: pointer; }
.sgo-extended-select__radio { flex: 0 0 auto; margin: 0 !important; accent-color: var(--sgo-color-brand-700); }
.sgo-extended-select__content { display: flex; align-items: center; flex: 1; min-width: 0; gap: 12px; justify-content: space-between; }
.sgo-extended-select__text { min-width: 0; overflow-wrap: anywhere; }
.sgo-extended-select__label { display: block; font-weight: 600; }
.sgo-extended-select__description { display: block; margin-top: 4px; font-size: 12px; color: var(--sgo-color-text-muted); }
.sgo-extended-select__option.is-recommended { border-left-color: var(--sgo-color-success); background: color-mix(in srgb, var(--sgo-color-success) 8%, var(--sgo-color-surface)); }
.sgo-extended-select__option:has(:checked) { border-color: var(--sgo-color-brand-700); background: color-mix(in srgb, var(--sgo-color-brand-700) 10%, var(--sgo-color-surface)); }
.sgo-extended-select__option:focus-within { outline: 2px solid var(--sgo-color-brand-700); outline-offset: 2px; }
.sgo-extended-select__option:has(:disabled) { opacity: .6; cursor: not-allowed; }
.sgo-extended-select__badge { flex-shrink: 0; padding: 2px 8px; border-radius: var(--sgo-radius-chip); background: var(--sgo-color-surface); border: 1px solid var(--sgo-color-line-strong); font-size: 12px; }
.sgo-extended-select__badge--warning { border-color: var(--sgo-color-warning); background: color-mix(in srgb, var(--sgo-color-warning) 15%, var(--sgo-color-surface)); }
.sgo-extended-select--action { display: grid; gap: 0; }
.sgo-extended-select__action-item { min-width: 0; }
button.sgo-extended-select__option--action { width: 100%; margin-bottom: 8px; font: inherit; text-align: left; }
button.sgo-extended-select__option--action:hover { border-color: var(--sgo-color-brand-700); background: color-mix(in srgb, var(--sgo-color-brand-700) 7%, var(--sgo-color-surface)); }
button.sgo-extended-select__option--action:focus-visible { outline: 2px solid var(--sgo-color-brand-700); outline-offset: 2px; }
