.post-slider-wrapper{overflow:hidden;padding:1rem 0;position:relative;width:100%}.post-slider{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.listing-item{background:transparent;border:1px solid rgba(230,231,239,.25);border-radius:8px;flex:0 0 calc(33% - 1rem);min-width:250px;scroll-snap-align:start}.listing-item--image{border-radius:8px 8px 0 0;height:auto;width:100%}.listing-item--content{padding:.5rem}.listing-item--readnow{color:#e6e7ef;font-size:18px;text-decoration:none}.slider-dots{display:flex;gap:.5rem;justify-content:center;margin-top:1rem}.dot{background-color:#ccc;border:none;border-radius:50%;cursor:pointer;height:12px;transition:background-color .3s ease;width:12px}.dot.active,.dot:hover{background-color:#333}