.post-hub-page-carousel {
    width: 100%;
}

.post-hub-page-carousel__wrapper {
    height: 275px;
}

.post-hub-page-carousel__slide {
    height: 100%;
    position: relative;
}

.post-hub-page-carousel__slide::before {
    background: transparent linear-gradient(90deg, rgba(0, 0, 0, .35), rgba(0, 0, 0, 0)) 0% 0% no-repeat padding-box;
    content: ' ';
    display: block;
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    left: 0;
}

.post-hub-page-carousel__slide::after {
    background: transparent linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .35)) 0% 0% no-repeat padding-box;
    content: ' ';
    display: block;
    height: 100%;
    width: 48px;
    position: absolute;
    top: 0;
    right: 0;
}

.post-hub-page-carousel__navigation.swiper-navigation {
    --swiper-navigation-color: var(--wp--preset--color--white);
}

.post-hub-page-carousel__prev.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.post-hub-page-carousel__next.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23ffffff'/%3E%3C/svg%3E");
}

.post-hub-page-carousel__pagination.swiper-pagination {
    bottom: unset !important;
    display: flex !important;
    flex-flow: row nowrap;
    gap: 20px;
    justify-content: center;
    padding: 15px 0 !important;
    position: relative;
    top: 100% !important;
}

.post-hub-page-carousel__pagination .swiper-pagination-bullet {
    background: #ffffff;
    border: 1px solid #67696c;
    border-radius: 100%;
    cursor: pointer;
    display: block;
    height: 10px;
    margin: 0 !important;
    opacity: 1;
    width: 10px;
}

.post-hub-page-carousel__pagination .swiper-pagination-bullet-active {
    background: var(--wp--preset--color--so-sunset-orange);
    border: 1px solid var(--wp--preset--color--so-sunset-orange);
}

.post-hub-page-carousel__link {
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.post-hub-page-carousel__image {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.post-hub-page-carousel__content {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.67) 100%);
    bottom: 0;
    left: 0;
    padding: 16px 48px;
    position: absolute;
    right: 0;
    text-align: center;
}

.post-hub-page-carousel__heading {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    max-width: 993px;
}

.post-hub-page-carousel__excerpt {
    color: #ffffff;
    display: none;
    margin: 0 auto;
    text-align: left;
    max-width: 993px;
}

.post-hub-page-carousel__excerpt .read-more {
    display: none;
}

@media all and (min-width: 592px) {
    .post-hub-page-carousel__wrapper {
        height: 409px;
    }
}

@media all and (min-width: 1148px) {
    .post-hub-page-carousel__heading {
        font-weight: normal;
        font-size: 36px;
        text-align: left;
    }

    .post-hub-page-carousel__excerpt {
        display: block;
    }
}

.post-hub-page__article {
    row-gap: 48px;
}

.post-hub-page__article>li.wp-block-post {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

figure.post-hub-pate__post-image {
    margin: 0;
}

figure.post-hub-pate__post-image img {
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.post-hub-page__post-title {
    margin: 0;
}

.post-hub-page__post-title a {
    font-size: 16px;
    color: var(--wp--preset--color--so-gray);
    line-height: 1.7;
    display: block;
}


.post-hub-page__post-excerpt .wp-block-post-excerpt__excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}