.h5mr-carousel{position:relative;width:100%;overflow:hidden;border-radius:14px;background:#f2f2f2;min-height:120px}.h5mr-carousel-track{display:flex;height:auto;transition:transform .35s ease;will-change:transform}.h5mr-carousel-slide{flex:0 0 100%;width:100%;height:auto}.h5mr-carousel-slide img{width:100%;height:auto;display:block;pointer-events:none}.h5mr-carousel-dots{position:absolute;left:0;right:0;bottom:8px;display:flex;justify-content:center;gap:6px;z-index:2}.h5mr-carousel-dots .dot{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,.55);transition:all .2s;cursor:pointer}.h5mr-carousel-dots .dot.active{width:18px;border-radius:4px;background:#fff}