.choice-group{position:relative;&:hover{.choice-group__selects,.copy-button{opacity:1}}--top-position: 10px;--border-color: hsl(0, 0%, 75%) hsl(0, 0%, 72%) hsl(0, 0%, 72%) hsl(0, 0%, 75%);.choice-group__selects{position:absolute;display:flex;flex-direction:row-reverse;gap:2px;z-index:3;top:var(--top-position);right:42px;opacity:0;transition:opacity .5s ease-in-out}.choice-select{background:#eee;font-size:13.3333px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-radius:5px;border-style:solid;border-color:var(--border-color)}.choice-select__list{position:relative;border-radius:5px;border-color:var(--border-color);width:100%;overflow:hidden;transition:top .18s cubic-bezier(.2,.9,.2,1)}.choice-select__option{display:flex;white-space:nowrap;align-items:center;flex-wrap:nowrap;background:#fff;padding:0 3px 0 5px;border-bottom:1px solid rgba(0,0,0,.1);cursor:pointer;transition:background .12s ease;span{flex:1}&:after{width:15px;text-align:end;--animation-width: 2px;position:relative;padding-right:var(--animation-width);padding-left:var(--animation-width);font-size:1.13em;color:#666;left:0;transition:left .5s ease,opacity .15s ease-in-out;opacity:0}.choice-select__list:hover &:hover:after{opacity:1}&[aria-selected=true]{&:after{content:"»"!important;opacity:1}.choice-select__list:hover &:not(:hover):after{opacity:0}&:hover:after{left:var(--animation-width)}}&[aria-disabled=true]{&:after{content:"⊘";font-size:1em;left:1px}}&:not([aria-selected=true]):not([aria-disabled=true]){&:after{content:"«"}&:hover:after{left:calc(-1 * var(--animation-width))}}}.choice-select[aria-expanded=false]{overflow:hidden;border-width:1px 2px 2px 1px}.choice-select[aria-expanded=true]{overflow:visible;border-width:0;.choice-select__list{border-style:solid;border-width:1px 2px 2px 1px}}.choice-select__option:last-child{border-bottom:none}.choice-select__option:hover{background:#f5f5f5}.choice-select__option[aria-selected=true]{background:#eee}.choice-select__option[aria-disabled=true]{color:#999;cursor:default;opacity:.8}.hidden{display:none!important}select:has(option:nth-of-type(1):not(:checked))~.choice:nth-of-type(1),select:has(option:nth-of-type(2):not(:checked))~.choice:nth-of-type(2),select:has(option:nth-of-type(3):not(:checked))~.choice:nth-of-type(3),select:has(option:nth-of-type(4):not(:checked))~.choice:nth-of-type(4),select:has(option:nth-of-type(5):not(:checked))~.choice:nth-of-type(5),select:has(option:nth-of-type(6):not(:checked))~.choice:nth-of-type(6),select:has(option:nth-of-type(7):not(:checked))~.choice:nth-of-type(7){display:none}}
