.auto-scroll-gallery__wrapper{width:100%;overflow-x:auto;overflow-y:hidden;margin:0;min-height:100vh;display:flex;align-items:center;justify-content:center;scroll-behavior:smooth;scrollbar-width:none}.auto-scroll-gallery{display:flex;flex-direction:row;gap:1.5rem;padding:1rem 0;width:100%;max-width:1400px;scrollbar-width:none}.auto-scroll-gallery::-webkit-scrollbar{display:none}.auto-scroll-gallery__item{position:relative;height:400px;width:500px;flex-shrink:0;border-radius:16px;overflow:hidden;box-shadow:0 4px 32px #00000026;text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease}.auto-scroll-gallery__item:hover{transform:translateY(-8px);box-shadow:0 12px 48px #0003}.auto-scroll-gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease;will-change:transform}.auto-scroll-gallery__item:hover .auto-scroll-gallery__img{transform:scale(1.05)}.auto-scroll-gallery__overlay{position:absolute;bottom:0;left:0;right:0;padding:2rem 1.5rem;background:linear-gradient(to top,rgba(0,0,0,.9) 0%,rgba(0,0,0,.6) 50%,transparent 100%);color:#fff}.auto-scroll-gallery__title{font-size:1.25rem;font-weight:600;line-height:1.4;margin-bottom:.5rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.auto-scroll-gallery__description{font-size:.875rem;line-height:1.5;opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.auto-scroll-gallery__wrapper{min-height:unset;align-items:flex-start}.auto-scroll-gallery{flex-direction:column;overflow-x:unset;overflow-y:auto;align-items:center;max-width:100vw}.auto-scroll-gallery__item{width:90vw;max-width:400px;height:320px}.auto-scroll-gallery__title{font-size:1.125rem}.auto-scroll-gallery__description{font-size:.8125rem}}@media(max-width:480px){.auto-scroll-gallery__item{height:280px}.auto-scroll-gallery__overlay{padding:1.5rem 1.25rem}.auto-scroll-gallery__title{font-size:1rem}}
