.scroll-wrapper{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex;position:relative}.scroll-wrapper .scroll-content{scroll-behavior:smooth;gap:1rem;padding:.5rem;display:flex;overflow-x:auto}.scroll-wrapper .scroll-content::-webkit-scrollbar{display:none}.scroll-wrapper .scroll-btn{z-index:10;position:absolute;top:50%;transform:translateY(-50%)}.scroll-wrapper .scroll-btn.left{left:8px}.scroll-wrapper .scroll-btn.right{right:8px}.scroll-wrapper .scroll-btn button{background:#1a1a1acc;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:40px;height:40px;padding:8px;display:flex}
