.image-carousal-wrapper{position:relative;width:100%;overflow:hidden;border-radius:14px}.image-carousal-viewport{overflow:hidden;width:100%;height:100%}.image-carousal-track{display:flex;transform:translateX(0);height:100%}.image-carousal-slide{flex:0 0 100%;position:relative;border-radius:12px;overflow:hidden;box-sizing:border-box;height:100%}.image-wrapper{position:relative;width:100%;height:100%}.image-carousal-dots.overlay{position:absolute;top:10px;right:12px;display:flex;gap:6px;padding:4px 10px;background:rgba(255,255,255,.75);border-radius:999px;z-index:10}.image-carousal-dots .dot{width:10px;height:10px;border-radius:50%;background:rgba(0,0,0,.2);border:none;padding:0;cursor:pointer;transition:background .25s ease,transform .2s ease}.image-carousal-dots .dot.active{background:#333;transform:scale(1.2)}.image-carousal-dots .dot:focus{outline:2px solid #666}