.post-carousel{margin:32px 0;}
.post-carousel__wrapper{position:relative}
.post-carousel__grid .splide__slide{height:100%}
.post-carousel__grid .splide__slide img{display:block;width:100%;height:420px;object-fit:cover;border-radius:10px;box-shadow:0 8px 24px rgba(0,0,0,.12)}
@media (max-width: 767px){.post-carousel__grid .splide__slide img{height:280px}}
.post-carousel__arrows{pointer-events:none}
.post-carousel__arrow{border:none !important;color:#000 !important;position:absolute;top:50%;transform:translateY(-50%);background:#fff !important;border:0;width:44px;height:44px;border-radius:22px;pointer-events:auto;box-shadow:0 2px 8px rgba(0,0,0,.1)}
.post-carousel__arrow--prev{left:30px !important}
.post-carousel__arrow--next{right:30px !important}
.post-carousel .splide__pagination{position:static;margin-top:24px;gap:8px;display:flex;justify-content:center}
.post-carousel .splide__pagination__page{border-radius:0;width:30px;height:8px;background: #EAEAEA;opacity:1}
.post-carousel .splide__pagination__page.is-active{background:#ED2224;transform:none}


