.scroll-id{position:absolute;width:1px;height:1px;top:-80px;opacity:0}.common-item-stepper{position:relative;display:grid;grid-template-rows:[item-count] auto [items] auto [controls] auto;grid-template-columns:100%}.common-item-stepper__items{grid-row:items;display:flex;flex-direction:row;justify-content:flex-start;transition:transform .5s ease-in-out}@media screen and (max-width:810px){.common-item-stepper__items{position:relative}}.common-item-stepper__controls{grid-row:controls;display:grid;grid-template-columns:1fr auto auto auto;gap:2em;margin-top:1em;justify-content:end;margin-right:3px}@media screen and (max-width:810px){.common-item-stepper__controls{justify-content:center}}.common-item-stepper__secondary-controls{display:flex;align-items:center;justify-content:flex-start}.common-item-stepper .fade-enter-active{transition:opacity .3s ease .4s}.common-item-stepper .fade-leave-active{transition:opacity .3s ease;pointer-events:none}.common-item-stepper .fade-enter-from,.common-item-stepper .fade-leave-to{opacity:0}.common-item-stepper .fade-enter-to,.common-item-stepper .fade-leave-from{opacity:1}.common-item-stepper__item-count-container{grid-row:item-count;position:absolute;top:-1.75em;right:1.15em;bottom:unset;left:unset;font-weight:600;color:rgba(var(--theme-page-fg-rgb),.6)}.common-item-stepper__item-count-container--placement-bottom-center{position:absolute;top:unset;right:unset;bottom:0;left:50%;transform:translate(-50%,-50%)}.common-item-stepper__item-count-container--placement-bottom-center .common-item-stepper__item-count{font-size:.9em}.common-item-stepper__item-count-container--placement-bottom-start{position:absolute;top:unset;right:unset;bottom:1.5em;left:1.15em}.common-item-stepper__item-count-container--placement-bottom-start .common-item-stepper__item-count{font-size:.85em}.common-item-stepper__item-count{font-size:.8em}.common-item-stepper__item-container{cursor:auto}.common-item-stepper__item-container--inactive{cursor:pointer}.common-item-stepper__item-container--inactive *{pointer-events:none}.common-item-stepper__item-indicator-list{display:flex;flex-direction:row;gap:.5em;justify-content:center;align-items:center}.common-item-stepper__item-indicator{width:.33em;height:.33em;border-radius:.25em;background-color:#000;opacity:.56;transition:all .5s ease-in-out;cursor:pointer}.common-item-stepper__item-indicator--current{cursor:auto;width:1em;height:.5em;opacity:1;background-color:#000}.common-item-stepper__next-container{display:grid}.common-item-stepper__next-container>*{grid-area:1/1/2/2}