.native-select-enhanced{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}.custom-select{position:relative;width:100%;font-size:13px}.custom-select-trigger{width:100%;height:44px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #cbd8d3;border-radius:4px;background:#fff;color:#173b34;padding:0 11px;text-align:left;cursor:pointer}.custom-select-trigger::after{content:'⌄';color:var(--forest);font-size:16px}.custom-select.open .custom-select-trigger{border-color:var(--forest);box-shadow:0 0 0 3px color-mix(in srgb,var(--forest) 13%,transparent)}.custom-select-panel{display:none;position:absolute;z-index:150;left:0;right:0;top:calc(100% + 5px);background:#fff;border:1px solid #cbd8d3;border-radius:5px;box-shadow:0 15px 35px rgba(8,35,29,.16);overflow:hidden}.custom-select.open .custom-select-panel{display:block}.custom-select-search{padding:9px;border-bottom:1px solid #e6ece9}.custom-select-search input{width:100%!important;height:38px!important;border:1px solid #d4ded9!important;border-radius:3px!important;padding:0 10px!important;background:#f9fbfa!important}.custom-select-options{max-height:230px;overflow:auto;padding:5px}.custom-select-option{display:block;width:100%;border:0;background:#fff;color:#173b34;padding:10px;text-align:left;border-radius:3px;cursor:pointer}.custom-select-option:hover,.custom-select-option.active{background:#eaf5f1;color:var(--forest)}.custom-select-option[hidden]{display:none}.custom-select-empty{padding:14px;color:#71847e;text-align:center;font-size:12px}.custom-select.disabled{opacity:.55;pointer-events:none}
