.gdp-impact-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 60px;
    margin-top: 24px;
}

.gdp-impact-left {
    flex: 1;
    min-width: 300px;
}

.gdp-impact-right {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.gdp-impact-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

    .gdp-impact-item img {
        width: 100px;
        height: 100px;
    }

.gdp-impact-value {
    font-weight: bold;
    font-size: 32px;
    margin: 0;
}

.gdp-impact-desc {
    margin: 0;
    font-size: 18px;
    color: #343a40;
}
.gdp-impact-subtitle {
    margin-bottom:0!important;
}
/*next is economy productivity css */
.economy-productivity-box {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-top: 16px;
    flex-wrap: nowrap;
    padding:0 !important;
}

.economy-productivity-card {
    flex: 1;
    display: flex;
    gap: 16px;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #DEE2E6;
    align-items: flex-start;
}

.productivity-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 768px) {

    .economy-productivity-box {
        flex-direction: column;
        align-items: center;
        padding: 20px !important;
        padding-top: 0 !important;
        gap: 0;
        margin-top: 0 !important;
    }

    .economy-productivity-card {
        flex-direction: row;
        width: 100%;
    }

    .productivity-arrow {
        margin: 0 0;
        transform: rotate(90deg); /* Optional if you want to rotate it vertically */
    }
   
}
.arrow-stack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

    .arrow-stack img {
        width: 90px;
        height: auto;
    }
.consumption-card {
    flex-direction: column;
    border: 1px solid #DEE2E6;
    border-radius: 24px;
    padding: 24px;
    align-items: center;
}

.consumption-top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.consumption-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.step-value {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin: 0;
    text-align: center;
}

.centered-text {
    text-align: center;
    /*margin-top: 16px;*/
}

@media (max-width: 767px) {
    .consumption-top {
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
        gap: 0 !important;
    }

    .consumption-card {
        width: 100%;
        align-items: center;
    }

    .step-value {
        font-size: 24px;
    }

    .centered-text {
        font-size: 18px;
    }
}
.vat-card {
    flex: 1;
    padding: 24px;
    border-radius: 24px;
    border: 1px solid #DEE2E6;
    align-items: flex-start;
    gap: 16px;
}

    .vat-card img {
        width: 120px;
    }

.vat-label {
    font-size: 20px;
    color: #495057;
    margin: 0;
    font-weight: 500;
}

.vat-value {
    font-size: 32px;
    font-weight: 700;
    color: #212529;
    margin: 0;
}

.vat-desc {
    font-size: 18px;
    color: #495057;
    margin: 8px 0 0;
    line-height: 1.5;
}

/* Mobile styles */
@media (max-width: 767px) {
    .vat-card {
        flex-direction: row;
        width: 100%;
        padding: 16px;
    }

        .vat-card img {
            width: 100px;
        }

    .vat-value {
        font-size: 24px;
    }

    .vat-desc {
        font-size: 15px;
    }

    .vat-label {
        font-size: 14px;
    }
}

.consumption-box .life-impact-content {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 60px !important;
    align-items: stretch !important;
}
.consumption-box {
    padding:0 !important;
}
.consumption-card,
.vat-card {
 flex:1 !important;
}
@media (max-width: 767px) {
    .life-impact-content {
        flex-direction: column !important;
        align-items: center !important;
        gap: 32px !important;
        padding: 0 12px;
        width: 100% !important;
        box-sizing: border-box;
    }

    .consumption-card,
    .vat-card {
        width: 100% !important;
        flex: unset !important;
        min-width: 0 !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .consumption-top {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        justify-content: center !important;
        align-items: center;
        gap: 16px !important;
        width: 100%;
    }

    .consumption-step {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        max-width: 40%;
    }

    .consumption-arrow {
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .vat-card {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center;
        width: 100% !important;
    }

        .vat-card img {
            width: 120px !important;
            height: auto !important;
        }

    .vat-value {
        font-size: 26px;
    }

    .vat-desc {
        font-size: 15px;
        line-height: 1.5;
    }

    .step-value {
        font-size: 22px;
        text-align: center;
    }

    #economy-report .life-impact-description {
        font-size: 15px;
    }
    .consumption-box .life-impact-content {
        gap:24px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .gdp-impact-left {
        flex:2;
    }
    div.report-footer__actions > div > a:nth-child(1) {
        width:100%;
    }
    .gdp-impact-value,.vat-value, .step-value {
        font-size:28px;
    }
    .impact-chart-title {
        font-size:36px;
    }

       .economy-productivity-box {
        align-items: stretch; 
    }

    .economy-productivity-card {
        height: 100%; 
        flex-direction: column;
        justify-content: center;
    }

    .productivity-arrow {
        height: 100%; 
        display: flex;
        margin:auto;
        align-items: center;
        justify-content: center;
    }
}