.steps-mobile-carousel-wrapper{width:100%;position:relative;overflow:hidden}.steps-mobile-carousel-container{display:flex;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;scroll-snap-type:x mandatory;gap:0}.steps-mobile-carousel-container::-webkit-scrollbar{display:none}.steps-mobile-card{flex:0 0 100%;width:100%;scroll-snap-align:start;scroll-snap-stop:always}.steps-mobile-image{width:100%!important;height:auto!important;display:block}.steps-mobile-arrows{display:flex;gap:.5rem;padding-top:1rem}.steps-mobile-arrow{border:.5px solid #adadad;background-color:transparent;width:40px;height:40px;border-radius:50%;font-size:24px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.steps-mobile-arrow.disabled{opacity:.3;cursor:not-allowed}.steps-mobile-arrow:not(.disabled):hover{background-color:hsla(0,0%,68%,.1)}