.featured-posts-slider-item-content {
    display: flex;
    align-items: center;
    gap: 6rem;
    /* background-color: #000; */
    position: relative;
    padding-bottom: 4rem;
}

.featured-posts-slider-item-content > * {
    width: 50%;
}

.featured-posts-slider-item-left-side {
    min-height: 550px;
    display: flex;
    align-items: center;
}

.featured-posts-slider-item-image {
    height: 550px;
    position: absolute;
    right: -30%;
    top: -4rem;
    width: 80%;
    z-index: 2;
    transition: all 0.3s ease;
}

.featured-posts-slider-item-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.featured-posts-slider-wrap .slick-list {
    overflow: visible;
    transition: all 0.3s ease;
}

.featured-posts-slider-wrap .slick-track .slick-slide {
    opacity: 0;
}

.featured-posts-slider-wrap .slick-track .slick-slide.slick-active {
    opacity: 1;
}

.featured-posts-slider-item-right-side-inner h2 {
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--montserrat);
    font-size: clamp(2.25rem, 5vw, 2.5rem);
    font-weight: 300;
    letter-spacing: 0.015em;
    line-height: 1.23;
}

.featured-posts-slider-item-right-side-inner,
.status-badges-item-data-wrap {
    color: var(--wp--preset--color--white-spaces);
}

.featured-posts-slider-item .is-style-23-button-outline-light .wp-block-button__link {
    border: 0.5px solid var(--wp--preset--color--white-spaces) !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    text-transform: uppercase;
    padding: 0.5rem 1.5rem !important;
    font-family: var(--wp--preset--font-family--open-sans);
    font-size: clamp(0.875rem, 0.875rem + ((1vw - 0.2rem) * 0.163), 1rem);
    font-weight: 400;
    letter-spacing: 9%;
    background-color: transparent;
}

.featured-posts-slider-item .is-style-23-button-outline-light {
    margin-top: 3rem !important;
}

.featured-posts-slider-item .is-style-23-button-outline-light .wp-block-button__link::after {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/themes/spaces/assets/images/btn-light.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}

/* Badges */
.featured-post-statuses-wrap {
    /* margin-bottom: 6rem; */
    overflow: hidden;
    padding: 4rem 0 6rem;
}

.status-badges {
    display: flex;
    gap: 4rem;
    justify-content: center;
}

.status-badges-item {
    max-width: 420px;
}

.featured-posts-slider-wrap {
    padding-bottom: 8rem;
}

.status-badges-item-data-wrap {
    color: var(--wp--preset--color--white-spaces);
    margin-left: 30px;
    margin-top: -21px;
}

.status-badges-item-data-wrap .is-style-17-metrics {
    font-family: var(--wp--preset--font-family--montserrat);
    font-size: clamp(2rem, 3vw, 2.5rem);
    font-weight: 800;
    letter-spacing: 1%;
    line-height: 1.11;
    position: relative;
    padding-bottom: 32px;
}

.status-badges-item-data-wrap .is-style-18-paragraph-big {
    font-family: var(--wp--preset--font-family--open-sans);
    font-size: clamp(1.25rem, 2vw, 1.375rem);
    font-weight: 400;
    letter-spacing: 1%;
    line-height: 1.51;
}

/* .status-badges-item-data-wrap .is-style-17-metrics::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: 0;
    border-bottom: 1px solid var(--wp--preset--color--text-spaces);
} */
.status-badges-item-data-wrap .is-style-17-metrics::after {
    content: "";
    position: absolute;
    left: -20px;
    bottom: -14vh;
    right: 0;
    width: 1px;
    height: 30vh;
    background-color: var(--wp--preset--color--text-spaces);
}

.status-badges-item-data-wrap .status-badges-item-numbers-description {
    /* margin-top: -7px; */
    position: relative;
    /* max-width: 350px; */
    /* max-width: 267px; */
}

/* .status-badges-item-data-wrap .status-badges-item-numbers-description::before {
    content: "";
    position: absolute;
    bottom: -18px;
    right: 0;
    border-bottom: 1px solid var(--wp--preset--color--text-spaces);
} */
.featured-post-statuses-wrap .status-badges {
    position: relative;
}

.featured-post-statuses-wrap .status-badges::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 6px;
    right: 0;
    border-bottom: 1px solid var(--wp--preset--color--text-spaces);
}

.featured-post-statuses-wrap .status-badges::after {
    content: "";
    position: absolute;
    left: 0;
    top: 64px;
    right: 0;
    border-bottom: 1px solid var(--wp--preset--color--text-spaces);
}

.status-badges-item-data-wrap .status-badges-item-numbers-description::before,
.status-badges-item-data-wrap .is-style-17-metrics::before {
    width: 50vw;
    left: -20vw;
}

.featured-posts-slider-wrap .slick-dots {
    bottom: 5rem;
}

.featured-posts-slider-wrap .slick-dots li.slick-active button {
    background: var(--wp--preset--color--white-spaces) !important;
    border: 1px solid var(--wp--preset--color--white-spaces) !important;
}

.featured-posts-slider-wrap .slick-dots li button {
    border: 1px solid var(--wp--preset--color--white-spaces) !important;
}

.featured-post-statuses-wrap .status-badges {
    justify-content: center;
    flex-wrap: nowrap;
}

.featured-post-statuses-wrap .status-badges-item-data-wrap {
    margin-top: 5px;
}

.featured-posts-slider-wrap .status-badges-item {
    align-items: stretch;
}

.featured-post-statuses-wrap .status-badges-item-numbers-description {
    padding-bottom: 15px;
}

@media only screen and (max-width: 1170px) {

    /* .featured-post-statuses-wrap .status-badges-item {
        width: 50% !important;
    }

    .featured-post-statuses-wrap .status-badges {
        justify-content: flex-start;
        flex-wrap: wrap;
    } */
    .status-badges-item-data-wrap {
        color: var(--wp--preset--color--white-spaces);
        margin-left: 30px;
        margin-top: -17px;
    }

    /* ====================== */
    /* Metrics Section */
    .featured-post-statuses-wrap .status-badges {
        flex-wrap: wrap !important;
        justify-content: flex-start;
        /* overflow: hidden; */
    }

    .featured-post-statuses-wrap .status-badges-item {
        width: 50% !important;
        flex-basis: 50% !important;
        margin-bottom: 95px !important;
        flex-grow: 0 !important;
        position: relative;
        padding-left: 2rem;
        padding-right: 2rem;
    }

    /* .featured-post-statuses-wrap .status-badges-item:last-of-type .is-style-5-add-border-to-children > *::before {
        left: -60%;
    } */
    .featured-post-statuses-wrap .status-badges::before,
    .featured-post-statuses-wrap .status-badges::after {
        display: none;
    }

    .featured-post-statuses-wrap .status-badges-item::before {
        content: "";
        position: absolute;
        left: -10%;
        bottom: 6px;
        right: 0;
        border-bottom: 1px solid var(--wp--preset--color--text-spaces);
        width: 150%;
    }

    .featured-post-statuses-wrap .status-badges-item::after {
        content: "";
        position: absolute;
        left: -10%;
        top: 64px;
        right: 0;
        border-bottom: 1px solid var(--wp--preset--color--text-spaces);
        width: 150%;
    }

    .featured-post-statuses-wrap .status-badges-item-data-wrap {
        margin-top: 12px;
    }

    .featured-post-statuses-wrap .status-badges-item-data-wrap .is-style-17-metrics::after {
        height: 40vh;
    }

    .featured-posts-slider-wrap {
        padding-bottom: 1rem;
    }

    /* .is-style-6-column-3-metrics .is-style-18-paragraph-big {
        margin-top: 35px;
    }

    .is-style-6-column-3-metrics .is-style-17-metrics {
        margin-top: 10px !important;
    }

    .is-style-6-column-3-metrics .is-style-17-metrics::after {
        bottom: -26vh;
        height: 40vh;
    } */
    /* ====================== */
}

@media only screen and (max-width: 1010px) {
    .featured-post-statuses-wrap .status-badges {
        justify-content: center;
        flex-direction: column;
        /* flex-wrap: wrap; */
    }

    .featured-post-statuses-wrap .status-badges-item {
        width: 100% !important;
        max-width: 100%;
        flex-basis: 100% !important;
    }

    /* .featured-post-statuses-wrap .status-badges-item {
        padding-left: 0;
        padding-right: 0;
    } */
    .featured-post-statuses-wrap .status-badges-item-numbers-description {
        width: 250px;
    }

    .featured-post-statuses-wrap .status-badges-item {
        margin-bottom: 30px !important;
    }
}

@media only screen and (max-width: 781px) {
    .featured-post-statuses-wrap .status-badges {
        justify-content: center;
        /* flex-wrap: wrap; */
    }

    .featured-post-statuses-wrap .status-badges-item {
        flex-direction: row;
        text-align: left;
        /* justify-content: center; */
    }

    .status-badges-item-data-wrap .status-badges-item-numbers-description::before,
    .status-badges-item-data-wrap .is-style-17-metrics::before {
        width: 100vw;
        left: -40vw;
    }

    .featured-post-statuses-wrap .status-badges-item-data-wrap .is-style-17-metrics::after {
        height: 100vh;
    }

    .featured-post-statuses-wrap {
        margin-top: 6rem;
    }

    .featured-posts-slider-item-content {
        flex-direction: column;
        /* margin-bottom: 20%; */
        padding-bottom: 2rem;
    }

    .featured-posts-slider-item-content::after {
        content: '';
        height: 115%;
        width: 120%;
        display: block;
        position: absolute;
        top: 0;
        left: -10%;
        background: linear-gradient(90deg, rgba(28, 25, 42, 0.79) 1%, rgba(28, 25, 42, 0.64) 20%, rgba(115, 115, 115, 0) 100%);
        z-index: 1;
    }

    .featured-posts-slider-item-left-side {
        min-height: auto;
        padding-top: 4rem;
        /* width: 100%; */
        position: relative;
        z-index: 2;
    }

    .featured-posts-slider-item-content > * {
        width: 100%;
    }

    .featured-posts-slider-item-image {
        height: auto;
        position: static;
        height: 115%;
        width: 120%;
    }

    .featured-posts-slider-item-right-side {
        position: absolute;
        z-index: 1;
        left: -10%;
        top: 0;
        height: 100%;
        width: 100%;
    }

    .status-badges-item-data-wrap .status-badges-item-numbers-description::before {
        bottom: -8px;
    }
}

@media only screen and (max-width: 500px) {
    .featured-post-statuses-wrap .status-badges-item-numbers-description {
        width: auto;
    }

    .featured-post-statuses-wrap .status-badges-item {
        padding-left: 15px;
        padding-right: 0;
    }
}