html,body{overflow-x:hidden}.news-gallery-carousel{display:flex;gap:16px;width:100%;max-width:100%;min-width:0;margin:0;padding:12px 0 24px;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none;scrollbar-width:thin;scrollbar-color:#8a8a8a #d9d9d9}.news-gallery-carousel.dragging{cursor:grabbing}.news-gallery-carousel::-webkit-scrollbar{height:8px}.news-gallery-carousel::-webkit-scrollbar-track{background:#d9d9d9;border-radius:999px}.news-gallery-carousel::-webkit-scrollbar-thumb{background:#8a8a8a;border-radius:999px}.news-gallery-carousel .image-slider{flex:0 0 auto;min-width:0;box-sizing:border-box;opacity:1;transform:none}.news-gallery-carousel .image-slider img{display:block;width:100%;height:340px;object-fit:cover;object-position:center;border-radius:14px;box-shadow:none;user-select:none;-webkit-user-drag:none;pointer-events:none}@media(max-width:1024px){.news-gallery-carousel{gap:14px;padding:10px 0 20px}.news-gallery-carousel .image-slider img{height:280px}}@media(max-width:767px){.news-gallery-carousel{gap:0;padding:0 0 14px;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#8a8a8a #d9d9d9;cursor:auto}.news-gallery-carousel .image-slider{flex:0 0 100%;min-width:100%;max-width:100%;scroll-snap-align:start}.news-gallery-carousel .image-slider img{width:100%;height:240px;object-fit:cover;object-position:center;border-radius:12px}}