.aurum-select{position:relative;width:100%;min-width:0;font-family:'DM Sans',sans-serif}.aurum-select>select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;overflow:hidden!important}.aurum-select__button{width:100%;min-height:42px;padding:0 13px;display:flex;align-items:center;justify-content:space-between;gap:12px;border:1px solid #dedfd8;border-radius:10px;background:linear-gradient(180deg,#fff,#fbfbf8);color:var(--ink);font:600 11px 'DM Sans',sans-serif;text-align:left;cursor:pointer;box-shadow:0 1px 2px #26372e0a;transition:.18s}.aurum-select__button:hover{border-color:#cdb77e;background:#fff}.aurum-select.open .aurum-select__button{border-color:#b88932;box-shadow:0 0 0 3px #b8893218}.aurum-select__button:disabled{opacity:.55;cursor:not-allowed}.aurum-select__button i{width:8px;height:8px;border-right:1.7px solid #7c867f;border-bottom:1.7px solid #7c867f;transform:rotate(45deg) translateY(-2px);transition:.18s;flex:0 0 auto}.aurum-select.open .aurum-select__button i{transform:rotate(225deg) translate(-2px,-2px)}.aurum-select__menu{position:absolute;z-index:10000;left:0;right:0;top:calc(100% + 7px);max-height:260px;overflow:auto;padding:6px;border:1px solid #e2e1d9;border-radius:12px;background:#fff;box-shadow:0 16px 40px #19241f24,0 2px 8px #19241f12;opacity:0;visibility:hidden;transform:translateY(-5px) scale(.985);transform-origin:top;transition:.15s}.aurum-select.open .aurum-select__menu{opacity:1;visibility:visible;transform:none}.aurum-select__option{width:100%;min-height:38px;padding:8px 10px;border:0;border-radius:8px;background:transparent;color:#34413b;display:flex;align-items:center;justify-content:space-between;gap:10px;font:500 11px 'DM Sans',sans-serif;text-align:left;cursor:pointer}.aurum-select__option:hover,.aurum-select__option:focus{outline:0;background:#f5f1e7;color:#71551f}.aurum-select__option[aria-selected="true"]{background:#edf6f2;color:#146949;font-weight:700}.aurum-select__option b{color:#16805a}.branch-select{height:auto!important;padding:0!important;border:0!important;background:transparent!important;display:flex;align-items:center;gap:7px}.branch-select .aurum-select{min-width:165px}.branch-select .aurum-select__button{height:40px}.panel-title>.aurum-select{width:auto;min-width:105px}.panel-title>.aurum-select .aurum-select__button{min-height:32px;font-size:9px}.module-toolbar .field .aurum-select{min-width:155px}@media(max-width:650px){.aurum-select__button{min-height:44px;font-size:12px}.aurum-select__menu{position:fixed;left:var(--select-left,12px);right:auto;top:var(--select-top,60px);bottom:auto;width:var(--select-width,calc(100vw - 24px));max-height:var(--select-height,260px);border-radius:12px;padding:6px;box-shadow:0 14px 34px #19241f2b,0 2px 8px #19241f16}.aurum-select__option{min-height:42px;font-size:12px}.panel-title>.aurum-select{min-width:110px}}
