.option-wheel-container{perspective:1000px;-webkit-user-select:none;user-select:none;touch-action:pan-y;cursor:grab;justify-content:flex-start;align-items:center;width:100%;height:380px;display:flex;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(#0000,#000 15% 85%,#0000);mask-image:linear-gradient(#0000,#000 15% 85%,#0000)}.option-wheel-container.is-dragging{cursor:grabbing}.option-wheel-track{width:100%;height:100%;transform-style:preserve-3d;justify-content:flex-start;align-items:center;display:flex;position:relative}.option-wheel-item{font-family:var(--font-unbounded,"Unbounded", "Bricolage Grotesque", sans-serif);letter-spacing:-.02em;white-space:nowrap;transform-origin:0;will-change:transform, opacity, filter;cursor:pointer;box-sizing:border-box;align-items:center;gap:.75rem;font-weight:600;display:flex;position:absolute;left:0}.option-wheel-container.side-left .option-wheel-item{transform-origin:0;left:0}.option-wheel-container.side-right .option-wheel-item{transform-origin:100%;left:auto;right:0}.option-wheel-item-text{line-height:1.1;transition:color .3s}.option-wheel-active-indicator{background-color:var(--accent-cta,#dc143c);border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block;box-shadow:0 0 10px #dc143c99}@media (width<=768px){.option-wheel-container{justify-content:center;height:280px;-webkit-mask-image:linear-gradient(#0000,#000 10% 90%,#0000);mask-image:linear-gradient(#0000,#000 10% 90%,#0000)}.option-wheel-item{transform-origin:50%!important;font-size:1.6rem!important;left:50%!important}}
