.evolution select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='m1 1 5 5 5-5' fill='none' stroke='%236d6c69' stroke-width='1.2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;padding-right:40px}
.evolution select:focus-visible,.evolution .select-control:focus-visible{outline:2px solid #74716d;outline-offset:3px}
.evolution select.select-native{display:none}
.select-control{display:flex;align-items:center;justify-content:space-between;gap:20px;width:100%;min-width:0;min-height:48px;padding:10px 14px;border:1px solid #a5a6a0;border-radius:0;background:#fff;color:var(--ink);text-align:left;font:inherit;font-size:16px;cursor:pointer}
.select-control::after{content:'';width:7px;height:7px;flex:0 0 7px;margin-right:2px;border-right:1px solid #6d6c69;border-bottom:1px solid #6d6c69;transform:translateY(-2px) rotate(45deg)}
.select-control[aria-expanded=true]::after{transform:translateY(2px) rotate(225deg)}
.select-control:hover,.select-control[aria-expanded=true]{border-color:#74716d}
.select-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.language .select-control{width:auto;min-width:54px;min-height:44px;gap:9px;padding:8px 4px;border:0;background:transparent;font-size:14px}
.select-options{position:fixed;z-index:100;background:#fcfcfb;color:#353534;border:1px solid #d0cfcb;padding:5px;overflow-y:auto;overscroll-behavior:contain;box-shadow:0 8px 22px #0000000a;font:14px/1.4 'DM Sans Local',Arial,sans-serif}
.select-options[hidden]{display:none}
.select-options [role=option]{position:relative;display:flex;align-items:center;min-height:44px;padding:10px 30px 10px 12px;cursor:pointer}
.select-options [role=option]:hover,.select-options .is-current{background:#eeedea}
.select-options [aria-selected=true]::after{content:'';position:absolute;right:14px;width:4px;height:8px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg)}
.select-options [aria-disabled=true]{opacity:.5;cursor:default}
@media(forced-colors:active){.select-options .is-current{outline:1px solid Highlight}.evolution .select-control:focus-visible{outline-color:Highlight}}
