.embla__dots{display:flex;flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:4px}.embla__dot{width:16px;height:7px;transition:all .5s ease-in-out;will-change:width;position:relative}.embla__dot:after{content:"";position:absolute;left:0;margin-block:auto;height:3px;border-radius:2px;width:100%;background-color:#cfd8e3}.embla__dot--selected{width:24px}.embla__dot--selected:after{background-color:#4f5bc1}