.acf-stories-carousel{width:100%;overflow:hidden;margin:0 auto;position:relative;padding:5px;box-sizing:border-box}.acf-stories-carousel .swiper-wrapper{display:flex;align-items:stretch;justify-content:flex-start;padding:0}.acf-stories-carousel .swiper-slide{background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgb(0 0 0 / .1);display:flex;flex-direction:column;overflow:hidden;transition:transform 0.3s ease-in-out;height:auto;flex:0 0 auto;margin:0 15px;box-sizing:border-box}.acf-stories-carousel .swiper-slide:hover{transform:translateY(-5px)}.acf-stories-carousel .story-card{display:flex;flex-direction:column;flex:1;height:100%}.acf-stories-carousel .story-image-wrapper{background-color:#4e4e4e;height:200px;overflow:hidden}.acf-stories-carousel .story-featured-image{object-fit:cover;width:100%;height:100%;display:block}.acf-stories-carousel .story-content{padding:15px;display:flex;flex-direction:column;justify-content:space-between;flex:1}.acf-stories-carousel .story-title{font-size:1rem;font-weight:700;color:#333;margin-bottom:10px;text-align:left}.acf-stories-carousel .story-title-link{color:#000;text-decoration:none}.acf-stories-carousel .story-title-link:hover{text-decoration:underline}.acf-stories-carousel .story-link{color:#1a7842;font-weight:600;text-decoration:none;text-align:left;margin-top:auto}.acf-stories-carousel .story-link:hover{text-decoration:underline}.acf-stories-carousel .stories-swiper-nav-btns{display:flex;justify-content:flex-start;gap:10px;margin-top:20px;margin-left:15px}.acf-stories-carousel .stories-swiper-nav-btns button{background-color:#1a7842;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:1rem;cursor:pointer;transition:background-color 0.3s}.acf-stories-carousel .stories-swiper-nav-btns button:hover{background-color:#145a33}@media (min-width:1025px){.acf-stories-carousel .swiper-slide{flex:0 0 calc((100% / 3) - 30px)}}@media (max-width:1024px){.acf-stories-carousel .swiper-slide{flex:0 0 calc((100% / 2) - 30px)}}@media (max-width:600px){.acf-stories-carousel .swiper-slide{flex:0 0 calc(100% - 30px)}}