.searchable-select{position:relative;width:100%;min-width:0}.searchable-select-native{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important}.searchable-select-button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-height:42px;padding:9px 11px;border:1px solid #d4dedb;border-radius:9px;background:#fff;color:#172b27;font:500 12px Inter,sans-serif;text-align:left;cursor:pointer}.searchable-select-button:hover{border-color:#9bbdb5}.searchable-select-button:focus-visible,.searchable-select.open .searchable-select-button{outline:0;border-color:#4d9486;box-shadow:0 0 0 3px rgba(37,120,104,.1)}.searchable-select-button:disabled{cursor:not-allowed;background:#f3f5f4;color:#8a9692}.searchable-select-button>span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.searchable-select-button>i{flex:0 0 auto;width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg) translateY(-2px)}
.searchable-select-panel{position:absolute;z-index:320;top:calc(100% + 5px);right:0;left:0;min-width:230px;padding:8px;border:1px solid #d8e2de;border-radius:12px;background:#fff;box-shadow:0 18px 42px rgba(20,49,43,.2)}.searchable-select-panel[hidden]{display:none}.searchable-select-search{display:flex;align-items:center;gap:7px;margin-bottom:7px;padding:0 9px;border:1px solid #dce4e1;border-radius:8px;background:#f8faf9}.searchable-select-search>span{color:#74847f}.searchable-select-search input{width:100%!important;height:36px!important;min-height:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;font:500 11px Inter,sans-serif!important;outline:0!important}.searchable-select-options{display:grid;gap:2px;max-height:240px;overflow:auto}.searchable-select-option{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:9px 10px;border:0;border-radius:8px;background:#fff;color:#263a35;font:500 11px Inter,sans-serif;text-align:left;cursor:pointer}.searchable-select-option:hover,.searchable-select-option.focused{background:#edf6f3;color:#125f51}.searchable-select-option.selected{background:#e4f2ee;color:#115d50;font-weight:750}.searchable-select-option.selected:after{content:'✓';font-weight:800}.searchable-select-option:disabled{color:#a2ada9;cursor:not-allowed}.searchable-select-empty{padding:18px 8px;color:#778681;font-size:10px;text-align:center}
@media(max-width:620px){.searchable-select-panel{position:fixed;z-index:500;top:auto;right:10px;bottom:10px;left:10px;min-width:0;max-height:min(70vh,480px);padding:12px;border-radius:16px}.searchable-select-options{max-height:min(52vh,360px)}.searchable-select-option{min-height:42px;font-size:12px}}
