.reports-custom-tabs {
    font-family: "Inter", Sans-serif;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.reports-custom-tabs .tab-nav {
    display: flex;
    gap: 4px;
    list-style: none;
    padding: 0;
    justify-content: center;
}

.reports-custom-tabs .tab-nav li {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    transition: all 0.3s ease;
    padding: 4px 16px;
    border-radius: 999px;
    cursor: pointer;
    border: 1px solid;
    transition: all .2s ease;
    letter-spacing: -0.025em;
    background: #FFFFFF;
    border-color: #D1D5DB;
    color: #111827;
}

.reports-custom-tabs .tab-nav li.active {
    background: #0a0a0a;
    color: #fff;
}

.reports-custom-tabs .tab-content .tab-pane {
    display: none;
}

.reports-custom-tabs .tab-content .tab-pane.active {
    display: block;
}

/* 27 jan*/
.reports-custom-tabs .cc_posts_list {
    overflow-y: auto;
}

.reports-custom-tabs .cc_inner_container {
    display: flex;
}

.reports-custom-tabs .cc_content_box {
    width: 40%;
}

.reports-custom-tabs .cc_img_box {
    width: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 96px;
    background-image: url('../img/yellow-gradient.webp');
    background-position: bottom right;
    background-size: auto;
    background-repeat: no-repeat;
}

.reports-custom-tabs .cc_slider_img img {
    max-width: 100%;
    height: auto;
}

.reports-custom-tabs .tab-term-description {
    font-family: "Inter", Sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: -0.025em;
    text-align: center;
}

.reports-custom-tabs .post-title {
    color: #111827;
    margin: 0px;
    font-family: var(--e-global-typography-ce5d651-font-family), Sans-serif;
    font-size: var(--e-global-typography-ce5d651-font-size) !important;
    font-weight: var(--e-global-typography-ce5d651-font-weight) !important;
    line-height: var(--e-global-typography-ce5d651-line-height) !important;
    letter-spacing: var(--e-global-typography-ce5d651-letter-spacing) !important;
}

.reports-custom-tabs .cc_content_slider .cc_inner_container {
    height: 656px;
}

.reports-custom-tabs .cc_content_box {
    background-color: #fff;
}

.reports-custom-tabs .cc_slider_img:last-child {
    padding: 0;
}

@media screen and (max-width: 1366px) {
    .reports-custom-tabs .cc_img_box {
        padding: 0 64px;
    }

    .reports-custom-tabs .cc_content_slider .cc_inner_container {
        height: 608px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .reports-custom-tabs .cc_img_box {
        padding: 0 48px;
    }
}

/* Default (desktop) */
.reports-custom-tabs .tab-select,
.reports-custom-tabs .mobile-only {
    display: none;
}

.desktop-only {
    display: block;
}

/* Mobile only */
@media (max-width: 767px) {

    .reports-custom-tabs .tab-nav {
        display: none;
    }

    .reports-custom-tabs .tab-select {
        display: block;
        background: rgba(17, 24, 39, 1);
        border-color: rgba(17, 24, 39, 1) !important;
        border-radius: 50px;
        color: #fff;
        padding: 3px 16px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 16px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-image: url(../img/chevron-down.svg);
        background-position: calc(100% - 10px) center, calc(100% - 12px) center;
        background-size: 22px;
        background-repeat: no-repeat;
    }

    .reports-custom-tabs .tab-term-description {
        text-align: left;
        margin-bottom: 24px;
    }

    .reports-custom-tabs {
        gap: 0;
    }

    /* hide desktop image completely */
    .reports-custom-tabs .cc_img_box {
        display: none;
    }

    /* remove active dependency */
    .reports-custom-tabs .mobile-only .child-tab-inner-slide.swiper-slide-active {
        background-image: url('../img/mobile-yellow-bg.webp');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
    }

    /* stack layout */
    .reports-custom-tabs .cc_inner_container {
        flex-direction: column;
        border: none;
    }

    .reports-custom-tabs .cc_content_box {
        width: 100%;
    }

    .reports-custom-tabs .cc_posts_list {
        max-height: unset;
        overflow-x: auto;
    }

    .reports-custom-tabs .inner_bg_div {
        background: none;
    }

    .reports-custom-tabs .child-tab-inner-slide .inner_slide_content {
        padding: 0;
    }

    .reports-custom-tabs .desktop-only {
        display: none;
    }

    .reports-custom-tabs .mobile-only {
        display: block;
    }

    .reports-custom-tabs .child-swiper {
        padding-right: 16px;
        margin-right: -20px;
    }

    .reports-custom-tabs .child-tab-inner-slide {
        background: #fff;
        border-radius: 8px;
        padding: 16px;
    }

    .reports-custom-tabs .inner_card_heading {
        margin: 0;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: -0.025em;
        line-height: 32px;
    }

    .reports-custom-tabs .inner_card_text {
        line-height: 24px;
        color: #6B7280;
    }
}