.sv-select-field{position:relative;display:block;min-width:0;width:100%}
.sv-select-field select.sv-select-source{position:absolute!important;width:1px!important;height:1px!important;min-width:0!important;min-height:0!important;padding:0!important;border:0!important;opacity:0;pointer-events:none;inset:50% auto auto 0}
.sv-select-field .sv-select-button{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;min-width:0;min-height:43px;margin:0;padding:11px 13px;border:1px solid #dbe2ec;border-radius:11px;background:#ffffffbf;color:#27354a;font:inherit;font-size:13px;font-weight:400;line-height:1.4;text-align:start;box-shadow:inset 0 1px 2px #24456803;cursor:pointer;transition:border-color .2s,background .2s,box-shadow .2s;transform:none}
.sv-select-button>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.sv-select-button>svg{width:17px;height:17px;flex:0 0 17px;color:#8794a6;transition:transform .2s;pointer-events:none}.sv-select-button[aria-expanded=true]>svg{transform:rotate(180deg)}
.sv-select-field .sv-select-button:hover:not(:disabled){background:#f7fbff;border-color:#a9c8e9;transform:none}.sv-select-field .sv-select-button:focus-visible{outline:3px solid #49a1f233;outline-offset:2px}.sv-select-field .sv-select-button[aria-expanded=true]{border-color:#8ebdeb;box-shadow:0 0 0 3px #49a1f212}.sv-select-button:disabled{opacity:.45;cursor:not-allowed}
.sv-select-menu{--select-ink:#26354a;--select-muted:#7e8ca0;--select-hover:#e7f1fd;--select-accent:#267bdd;position:fixed;inset:auto;margin:0;padding:6px;width:260px;max-height:340px;border:1px solid #dce7f2;border-radius:16px;background:linear-gradient(145deg,#fffffff7,#f0f6fff5);color:var(--select-ink);box-shadow:0 0 0 1px #ffffff90,inset 0 1px #fff,0 16px 45px #172f5226;backdrop-filter:blur(24px) saturate(140%);z-index:1000;display:flex;flex-direction:column;overflow:hidden;font-family:inherit;animation:sv-select-in .16s ease-out}
.sv-select-menu:popover-open{display:flex}.sv-select-menu::backdrop{background:transparent;backdrop-filter:none}
.sv-select-options{overflow:auto;overscroll-behavior:contain;min-height:0;scrollbar-width:thin;scrollbar-color:#b7c7da transparent;outline:none}
.sv-select-menu .sv-select-options>button{display:flex;align-items:center;justify-content:space-between;gap:14px;width:100%;min-height:40px;margin:0;padding:10px 11px;background:transparent;border:1px solid transparent;border-radius:10px;box-shadow:none;color:var(--select-ink);font:inherit;font-size:14px;font-weight:450;line-height:1.4;text-align:start;white-space:normal;transform:none;cursor:pointer}
.sv-select-options>button>span:first-child{min-width:0;overflow-wrap:anywhere}.sv-select-menu .sv-select-options>button:hover:not(:disabled),.sv-select-menu .sv-select-options>button.highlighted:not(:disabled){background:var(--select-hover);transform:none}.sv-select-menu .sv-select-options>button[aria-selected=true]{color:var(--select-accent);font-weight:600;background:var(--select-hover)}.sv-select-menu .sv-select-options>button:disabled{opacity:.35;cursor:not-allowed}
.sv-select-indicator{flex:0 0 6px;width:6px;height:6px;border-radius:50%;background:transparent}.sv-select-options>[aria-selected=true]>.sv-select-indicator{background:var(--select-accent);box-shadow:0 0 9px #348ff855}
.sv-select-menu .sv-select-search{display:block;flex:none;margin:0;padding:4px 4px 8px}.sv-select-menu .sv-select-search input{width:100%;height:42px;min-height:42px;margin:0;padding:10px 12px 10px 36px;border:1px solid #dce5ef;border-radius:10px;background:#ffffffa6 url('/admin/search-icon.svg') 12px center/16px no-repeat;color:var(--select-ink);font:inherit;font-size:14px;box-shadow:none}.sv-select-search input:focus{outline:2px solid #49a1f22b;outline-offset:0}.sv-select-search input::placeholder{color:var(--select-muted)}
.sv-select-empty,.sv-select-group{padding:12px;font-size:13px;color:var(--select-muted);margin:0}.sv-select-group{font-weight:600;font-size:11px;padding-bottom:5px}
.sv-select-menu[dir=rtl] .sv-select-search input{padding:10px 36px 10px 12px;background-position:right 12px center}
/* Match customer checkout and the compact month/year controls. */
.checkout-dialog .sv-select-button{min-height:52px;font-size:17px;color:#fff;border-color:#ffffff24;background:#ffffff08;border-radius:14px}.checkout-dialog .sv-select-button:hover:not(:disabled){background:#ffffff10;border-color:#d8411a99}.checkout-dialog .sv-select-button[aria-expanded=true]{border-color:#d8411a99;box-shadow:0 0 0 3px #d8411a15}
.sv-select-dark{--select-ink:#fff;--select-muted:#a8a29e;--select-hover:#ffffff12;--select-accent:#f07953;border-color:#ffffff25;background:linear-gradient(145deg,#27231ff7,#101010fa);box-shadow:inset 0 1px #ffffff0d,0 20px 60px #0009}.sv-select-dark .sv-select-search input{color:#fff;border-color:#ffffff24;background-color:#ffffff09}.sv-select-dark .sv-select-options{scrollbar-color:#61534d transparent}
.sv-calendar .sv-calendar-selects .sv-select-field{width:auto;flex:1;min-width:0}.sv-calendar .sv-calendar-selects .sv-select-button{min-height:40px;border:0;padding:8px 6px;font-size:15px;font-weight:600;color:var(--cal-ink);background:transparent;box-shadow:none;gap:5px;text-transform:capitalize}.sv-calendar .sv-calendar-selects .sv-select-button:hover{background:var(--cal-hover)}.sv-calendar-selects{flex:1}.sv-calendar .sv-calendar-selects .sv-select-field:last-child{flex:0 0 77px}
#workspace .search-line>.sv-select-field{flex:0 1 240px;width:auto;min-width:180px}.site-preview-toolbar>.sv-select-field,.site-preview-toolbar .site-actions>.sv-select-field{width:120px}.recipe-line>.sv-select-field{min-width:0}.analytics-filters .sv-select-field{min-width:140px}
@keyframes sv-select-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:none}}
@media(max-width:800px){.sv-select-field .sv-select-button,.sv-select-menu .sv-select-search input{font-size:16px;min-height:46px}.sv-select-menu .sv-select-options>button{min-height:44px;font-size:16px}}
@media(max-width:650px){#workspace .search-line>.sv-select-field{flex:1 1 100%;width:100%}}
@media(prefers-reduced-motion:reduce){.sv-select-menu{animation:none}.sv-select-button,.sv-select-button>svg{transition:none}}
@media(forced-colors:active){.sv-select-menu{border-color:ButtonText}.sv-select-options>[aria-selected=true]{outline:1px solid Highlight}.sv-select-button{border-color:ButtonText}}
