.wheel-columns{box-sizing:border-box;background:var(--wheel-surface);color:var(--wheel-text);font-family:var(--font-display,system-ui, -apple-system, "Segoe UI", sans-serif);border-radius:8px;overflow:hidden}.wheel-select{display:contents}[data-rwp-option].wheel-select__option{color:var(--wheel-muted);font-size:15px;font-weight:500}[data-rwp-highlight-wrapper].wheel-select__band{background:var(--wheel-highlight);box-shadow:0 -1px 0 var(--wheel-border), 0 1px 0 var(--wheel-border);font-size:15px;font-weight:600}[data-rwp-highlight-item].wheel-select__band-item{color:var(--wheel-text)}[data-rwp]:focus-visible .wheel-select__band{outline:2px solid var(--wheel-accent);outline-offset:-2px}