.slideshow{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#888 #f1f1f1;gap:1rem;display:flex;overflow-x:auto}.slideshow::-webkit-scrollbar{height:8px}.slideshow::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.slideshow::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.slideshow::-webkit-scrollbar-thumb:hover{background:#555}.slideshow p{scroll-snap-align:center;flex:0 0 100%;justify-content:center;align-items:center;margin:0;display:flex}.slideshow img{object-fit:contain;width:100%;max-height:70vh;display:block}.slideshow-wrapper{display:block;position:relative}.slide-btn{color:#fff;cursor:pointer;z-index:10;background-color:#00000080;border:none;border-radius:5px;padding:10px 15px;font-size:24px;transition:background-color .2s;position:absolute;top:50%;transform:translateY(-50%)}.slide-btn:hover{background-color:#000000e6}.prev-btn{left:10px}.next-btn{right:10px}.hide-scrollbar{scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}