.carousel-wrapper {
    width: 100%;
}

.carousel-wrapper .overflow-x-auto {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.carousel-wrapper .overflow-x-auto::-webkit-scrollbar {
    display: none;
}

.carousel-wrapper .prev-btn,
.carousel-wrapper .next-btn {
    width: 40px;
    height: 40px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1;
    margin: 0 -20px;
    background: white;
}

.carousel-wrapper .prev-btn:hover,
.carousel-wrapper .next-btn:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}