.custom-select{position:relative;min-width:0;width:100%;max-width:100%;font-weight:400}
.custom-select-native{position:absolute!important;width:1px!important;height:1px!important;min-height:0!important;padding:0!important;border:0!important;opacity:0;clip-path:inset(50%);overflow:hidden;pointer-events:none}
.custom-select-trigger{width:100%;min-width:0;min-height:48px;padding:11px 14px;gap:12px;display:flex;align-items:center;justify-content:space-between;border:1px solid #ced7d3;border-radius:12px;background:#fff;color:var(--ink,#181c1d);font:inherit;font-size:15px;font-weight:400;line-height:1.5;text-align:left;transition:border-color .15s,box-shadow .15s,background .15s}
.custom-select-trigger:hover{background:#fcfdfc;border-color:#9dafA6}
.custom-select-trigger:focus-visible,.custom-select-trigger[aria-expanded=true]{outline:none;border-color:#738f81;box-shadow:0 0 0 3px #738f8126}
.custom-select-trigger[aria-invalid=true]{border-color:#b65d4c;box-shadow:0 0 0 3px #b65d4c18}
.custom-select-trigger:disabled{opacity:1;color:#8a9390;background:#f3f5f4;border-color:#e0e6e2;cursor:not-allowed}
.custom-select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.custom-select-trigger>svg{width:20px;height:20px;flex:0 0 20px;color:#66776e;transition:transform .15s}
.custom-select-trigger[aria-expanded=true]>svg{transform:rotate(180deg)}
.custom-select-panel{position:fixed;z-index:1000;overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #dde5df;border-radius:16px;padding:6px;box-shadow:0 16px 44px #203b2826,0 3px 10px #203b280a;scroll-padding:6px;max-width:calc(100vw - 24px);font:400 15px/1.45 -apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;scrollbar-width:thin;scrollbar-color:#cbd7d0 transparent}
.custom-select-panel[hidden],.custom-select-option[hidden]{display:none}
.custom-select-option{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:44px;border-radius:10px;padding:10px 12px;color:var(--ink,#181c1d);cursor:pointer;user-select:none;-webkit-user-select:none}
.custom-select-option>span{min-width:0;overflow-wrap:anywhere}
.custom-select-option>svg{width:20px;height:20px;flex:0 0 20px;visibility:hidden;color:#3e6650}
.custom-select-option[aria-selected=true]{background:#e7efea;color:#244c35;font-weight:500}
.custom-select-option[aria-selected=true]>svg{visibility:visible}
.custom-select-option.is-active{background:#f0f4f1;box-shadow:inset 0 0 0 1px #dae4dd}
.custom-select-option[aria-selected=true].is-active{background:#dfeae3;box-shadow:inset 0 0 0 1px #cbdccf}
.custom-select-option[aria-disabled=true]{color:#98a09c;cursor:not-allowed;background:transparent;box-shadow:none;font-weight:400}
.custom-select-group{padding:12px 12px 5px;color:#75847a;font-size:11px;font-weight:600;letter-spacing:.04em}
.filters>.custom-select{flex:1;max-width:230px}
@media(max-width:800px){.filters>.custom-select{max-width:100%}}
@media(max-width:520px){.filters>.custom-select{flex-basis:100%}.custom-select-trigger{font-size:16px}.custom-select-panel{font-size:16px}}
@media(prefers-reduced-motion:reduce){.custom-select-trigger,.custom-select-trigger>svg{transition:none}}
