.snw-smart-select{position:relative;min-width:0;width:100%;font:inherit}
.snw-smart-select__native{position:absolute!important;width:1px!important;height:1px!important;margin:0!important;padding:0!important;opacity:0!important;pointer-events:none!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important;white-space:nowrap!important}
.snw-smart-select__button{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:44px;padding:9px 13px;border:1px solid #c9d3cb;border-radius:11px;background:#fff;color:#24352b;font:inherit;font-weight:500;text-align:left;cursor:pointer;box-shadow:none;transition:border-color .16s ease,box-shadow .16s ease,background .16s ease}
.snw-smart-select__button:hover{border-color:#6C7145;background:#fbfaf7}
.snw-smart-select__button:focus,.snw-smart-select.is-open .snw-smart-select__button{outline:0;border-color:#1F4D3A;box-shadow:0 0 0 3px rgba(31,77,58,.12)}
.snw-smart-select__value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.snw-smart-select__chevron{display:grid;place-items:center;flex:0 0 24px;width:24px;height:24px;border-radius:999px;background:#F6F2E9;color:#1F4D3A;font-size:15px;line-height:1;transition:transform .16s ease}
.snw-smart-select.is-open .snw-smart-select__chevron{transform:rotate(180deg)}
.snw-smart-select__menu{position:absolute;z-index:99999;top:calc(100% + 12px);left:0;right:0;display:grid;gap:5px;max-height:320px;padding:8px;border:1px solid #cad4cc;border-radius:13px;background:#fff;box-shadow:0 18px 48px rgba(31,77,58,.14);overflow:auto;overscroll-behavior:contain}
.snw-smart-select__menu[hidden]{display:none!important}
.snw-smart-select__option{display:block;width:100%;padding:10px 11px;border:0;border-radius:8px;background:transparent!important;color:#24352b!important;font:inherit;font-weight:500;text-align:left;cursor:pointer;box-shadow:none!important;transition:background .14s ease,color .14s ease,transform .14s ease}
.snw-smart-select__option:hover,.snw-smart-select__option:focus{outline:0;background:#F6F2E9!important;color:#1F4D3A!important}
.snw-smart-select__option.is-selected{background:transparent!important;color:#1F4D3A!important;font-weight:500}
.snw-smart-select__option.is-selected::before{content:"✓";display:inline-block;margin-right:7px;color:#6C7145;font-weight:500}
.snw-smart-select__option.is-selected:hover,.snw-smart-select__option.is-selected:focus{background:#F6F2E9!important;color:#1F4D3A!important}
.snw-smart-select__option:disabled{opacity:.45;cursor:not-allowed}
.snw-smart-select.is-disabled .snw-smart-select__button{cursor:not-allowed;opacity:.55;background:#f4f4f1}
.snw-smart-select.is-disabled .snw-smart-select__chevron{opacity:.6}
@media(max-width:720px){.snw-smart-select__menu{top:calc(100% + 10px);max-height:260px}}
