.flexy-pills ol,.flex-control-nav:has(img){display:flex;flex-direction:var(--pills-direction);justify-content:var(--pills-horizontal-alignment);flex-wrap:var(--pills-wrap,wrap);list-style:none;padding:0;margin-bottom:0}.flexy-pills ol li,.flex-control-nav:has(img) li{flex:0 0 var(--thumbs-width,20%);width:var(--thumbs-width,20%);cursor:pointer}.flexy-pills [data-flexy]{overflow:hidden;--pills-wrap:nowrap}.flexy-pills[data-type=circle]{max-width:180px;margin-top:30px;margin-inline:auto}.flexy-pills[data-type=circle] ol:not([data-flexy]),.flexy-pills[data-type=circle] ol[data-flexy*=paused]{--pills-horizontal-alignment:center}.flexy-pills[data-type=circle] li{--thumbs-width:20%;--thumbs-top-spacing:0;display:flex;align-items:center;justify-content:center;height:20px}.flexy-pills[data-type=circle] li:before{content:"";width:6px;height:6px;border-radius:100%;box-shadow:inset 0 0 0 5px var(--flexyInitialPill,rgba(44,62,80,.9));transition:box-shadow .2s ease,transform .2s ease}.flexy-pills[data-type=circle] li.active:before{transform:scale3d(2,2,1);box-shadow:inset 0 0 0 1px var(--flexyActivePill,rgba(44,62,80,.9))}.flexy-pills{--flexy-nav-arrow-top-offset:calc(50% - 20px + var(--thumbs-spacing,15px) / 2)}.flexy-pills ol:is(:not([data-flexy]),[data-flexy*=paused])~[class*=arrow]{visibility:hidden}