.field.custom-select-field{padding:0;height:auto;background:transparent;outline:none}
.custom-select{position:relative;width:100%;min-width:0;font:14px/1.4 var(--font-body)}
.select-trigger{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-height:48px;padding:12px 16px;border:1px solid #d5e2dc;border-radius:9px;background:#fff;color:#173c32;font:inherit;text-align:left;cursor:pointer}
.select-trigger:after{content:'';width:7px;height:7px;border-right:1.5px solid currentColor;border-bottom:1.5px solid currentColor;transform:rotate(45deg);margin:0 3px 4px;flex:none}
.select-trigger:hover{border-color:#75b3a1}
.select-trigger[aria-expanded=true]{border-color:#008577;box-shadow:0 0 0 3px #00857712}
.select-trigger[aria-expanded=true]:after{transform:rotate(225deg);margin-bottom:-3px}
.select-panel{position:absolute;z-index:25;top:calc(100% + 8px);left:0;width:100%;min-width:0;padding:8px;background:#fff;border:1px solid #dbe6df;border-radius:12px;box-shadow:0 12px 32px #103c2926}
.select-search{display:block;width:100%;min-width:0;height:40px;padding:9px 12px;margin-bottom:7px;border:1px solid #dae5df;border-radius:7px;background:#f5f8f6;color:#173c32;font:inherit;outline-offset:1px}
.select-search:focus{outline:2px solid #008577}
.select-options{max-height:min(280px,40dvh);overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:#adcdc0 transparent;padding:2px;outline-offset:0}
.select-option{position:relative;padding:10px 31px 10px 11px;margin:2px 0;border-radius:6px;cursor:pointer;overflow-wrap:anywhere}
.select-option:hover,.select-option.is-highlighted{background:#e8f5ee;color:#006f62}
.select-option[aria-selected=true]{background:#007f72;color:#fff;font-weight:600}
.select-option[aria-selected=true]:after{content:'✓';position:absolute;right:11px}
.select-empty{font-size:12px;color:#6b8077;padding:14px 10px;margin:0}
