.post-carousel {
    padding-bottom: 150px;
}

.post-carousel .post-thumbnail {
    border-radius: 8px;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.10);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 250px;
}

.post-carousel .post-content {
    margin-top: 20px;
}

.post-carousel .splide__slide {
    position: relative;
}

.post-carousel .splide__slide .post-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.post-carousel .splide__pagination__page.is-active {
    background: #000;
}

.post-carousel .splide__pagination__page.is-active {
    background: #000;
}

.post-carousel .splide__pagination__page {
    background: #fff;
}

.post-carousel .splide__arrow {
    top: unset;
    bottom: 0;
    width: 50px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1;
}

.post-carousel .splide__arrow svg {
    display: none;
}

.post-carousel .splide__arrow--prev {
    left: calc(50% - 80px);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='29.9961' r='30' fill='%2300CEC1'/%3E%3Cpath d='M29.3077 38.3613L21 30.0536L29.3077 21.7459M22.1538 30.0536H39' stroke='%2322272F' stroke-width='3.69231' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.post-carousel .splide__arrow--next {
    right: calc(50% - 80px);
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='61' viewBox='0 0 60 61' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='30' cy='30.498' r='30' fill='%2300CEC1'/%3E%3Cpath d='M30.6923 22.248L39 30.5557L30.6923 38.8634M37.8462 30.5557H21' stroke='%2322272F' stroke-width='3.69231' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.post-carousel .splide__pagination {
    bottom: 100px;
}

.post-carousel .splide__pagination li button {
    background-color: #fff000;
    opacity: 1;
    width: 16px;
    height: 16px;
    border-radius: 12px;
    transition: width 0.3s ease-in-out;

    &.is-active {
        background-color: #5dcbc0;
        width: 50px;
        transition: width 0.3s ease-in-out;
        margin-left: 10px;
        margin-right: 10px;
        transform: scale(1);
    }
}