.editorial-select{--select-paper:var(--ivory);--select-ink:var(--ink);--select-accent:var(--blue);--select-on-accent:var(--ivory);--select-tint:color-mix(in srgb, var(--select-accent) 8%, var(--select-paper));--select-border:color-mix(in srgb, var(--select-ink) 55%, var(--select-paper));--select-radius:10px;width:100%;min-width:0}.editorial-select-trigger{text-align:left;background:var(--select-paper);width:100%;min-height:54px;color:var(--select-ink);border:1px solid var(--select-border);border-radius:var(--select-radius);font:16px/1.5 var(--sans);justify-content:space-between;align-items:center;gap:16px;padding:11px 14px;transition:border-color .16s,background .16s;display:flex}.editorial-select-trigger>span:first-child{overflow-wrap:anywhere;min-width:0}.editorial-select-trigger:hover,.editorial-select-trigger[aria-expanded=true]{border-color:var(--select-accent);background:var(--select-tint)}.editorial-select-trigger:focus-visible{outline:3px solid var(--select-accent);outline-offset:4px}.editorial-select-chevron{width:28px;height:28px;color:var(--select-accent);background:var(--select-tint);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.editorial-select svg{fill:none;stroke:currentColor;stroke-width:1.6px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.editorial-select-chevron svg{transition:transform .18s}.editorial-select-trigger[aria-expanded=true] .editorial-select-chevron svg{transform:rotate(180deg)}.editorial-select-menu{z-index:1000;box-sizing:border-box;overscroll-behavior:contain;background:var(--select-paper);color:var(--select-ink);border:1px solid var(--select-border);border-radius:calc(var(--select-radius) + 3px);box-shadow:0 5px 0 color-mix(in srgb, var(--select-ink) 8%, transparent), 0 15px 40px color-mix(in srgb, var(--select-ink) 12%, transparent);font:16px/1.45 var(--sans);scrollbar-width:thin;scrollbar-color:var(--select-border) var(--select-paper);margin:0;padding:6px;animation:.14s ease-out select-appear;position:fixed;inset:auto;overflow-y:auto}.editorial-select-menu::backdrop{-webkit-backdrop-filter:none;backdrop-filter:none;pointer-events:none;background:0 0}.editorial-select-option{border-radius:calc(var(--select-radius) - 4px);cursor:pointer;touch-action:manipulation;border:1px solid #0000;justify-content:space-between;align-items:center;gap:18px;min-height:48px;padding:11px 12px;display:flex}.editorial-select-option+.editorial-select-option{margin-top:2px}.editorial-select-option>span:first-child{overflow-wrap:anywhere;min-width:0}.editorial-select-option[data-active=true]{background:var(--select-tint);border-color:var(--select-accent)}.editorial-select-option[aria-selected=true]{background:var(--select-accent);color:var(--select-on-accent)}.editorial-select-option[aria-selected=true][data-active=true]{box-shadow:inset 0 0 0 1px var(--select-on-accent)}.editorial-select-check{flex-shrink:0;place-items:center;width:22px;height:22px;display:grid}.editorial-select-option[aria-disabled=true],.editorial-select-trigger:disabled{opacity:.5;cursor:not-allowed}@keyframes select-appear{0%{opacity:0}to{opacity:1}}@media (prefers-reduced-motion:reduce){.editorial-select *{transition:none;animation:none}}@media (forced-colors:active){.editorial-select-option[aria-selected=true]{color:highlighttext;forced-color-adjust:none;background:highlight}.editorial-select-option[data-active=true]{outline-offset:-2px;outline:1px solid highlight}}
