
    .impact-widget {
        margin-top: 20px;
    }

    .impact-header {
        display: flex;
        align-items: center;
        gap: 14px;
        background: #fff;
        border: 1px solid #e9edf2;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
        padding: 18px 22px;
        margin-bottom: 18px;
        cursor: pointer;
        user-select: none;
        transition: border-radius .2s ease;
    }

    .impact-header:focus {
        outline: none;
        box-shadow: 0 0 0 3px rgba(66, 165, 245, .25);
    }

    .impact-header.collapsed {
        margin-bottom: 0;
        border-radius: 12px;
    }

    .impact-header-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
        border-radius: 10px;
        background: linear-gradient(135deg, #607D8B, #456E71);
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 19px;
    }

    .impact-header-text {
        flex: 1;
        min-width: 0;
    }

    .impact-header-text h3 {
        margin: 0 0 4px;
        font-size: 19px;
        font-weight: 600;
        color: #263238;
    }

    .impact-header-text p {
        margin: 0;
        font-size: 13px;
        color: #90a4ae;
    }

    .impact-header-toggle {
        color: #90a4ae;
        font-size: 16px;
    }

    .impact-chevron {
        display: inline-block;
        transition: transform .25s ease;
    }

    .impact-header.collapsed .impact-chevron {
        transform: rotate(-90deg);
    }

    .impact-body {
        margin-top: -4px;
    }

    .impact-panel {
        background: #fff;
        border: 1px solid #e9edf2;
        border-radius: 12px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .04);
        overflow: hidden;
        margin-bottom: 20px;
    }

    .panel-title {
        padding: 18px 22px;
        font-size: 17px;
        font-weight: 600;
        color: #2b2f36;
        background: #fafbfc;
        border-bottom: 1px solid #edf1f5;
    }

    .panel-title i {
        margin-right: 10px;
        color: #4e73df;
    }

    .panel-title-row {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 8px;
    }

    .fwci-inline-stat {
        font-size: 13px;
        font-weight: 500;
        /* color: #607d8b; */
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .fwci-inline-stat strong {
        font-size: 15px;
        color: #263238;
    }

    .fwci-inline-status {
        padding: 3px 10px;
        border-radius: 999px;
        font-size: 11px;
        font-weight: 600;
        color: #5C6BC0;
        background: #EDEFFB;
    }

    .impact-chart-wrapper {
        position: relative;
        width: 100%;
        height: 340px;
        padding: 20px 22px;
        box-sizing: border-box;
    }

    /* --- Percentage rings --- */

    .ring-row {
        display: flex;
        flex-wrap: wrap;
        gap: 22px;
        padding: 24px 22px;
        justify-content: space-around;
    }

    .ring-stat {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 150px;
    }

    .ring-svg {
        width: 120px;
        height: 120px;
        transform: rotate(-90deg);
    }

    .ring-track {
        fill: none;
        stroke: #eef1f4;
        stroke-width: 10;
    }

    .ring-progress {
        fill: none;
        stroke-width: 10;
        stroke-linecap: round;
        transition: stroke-dashoffset .6s ease;
    }

    .ring-center {
        position: relative;
        margin-top: -84px;
        margin-bottom: 44px;
        width: 120px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .ring-value {
        position: absolute;
        font-weight: 700;
        color: #263238;
        transition: opacity .2s ease, transform .2s ease;
    }

    .ring-percentage {
        font-size: 19px;
        opacity: 1;
        transform: translateY(0);
    }

    .ring-count {
        font-size: 13px;
        opacity: 0;
        transform: translateY(6px);
        white-space: nowrap;
    }

    .ring-stat:hover .ring-percentage {
        opacity: 0;
        transform: translateY(-6px);
    }

    .ring-stat:hover .ring-count {
        opacity: 1;
        transform: translateY(0);
    }

    .ring-label {
        margin-top: 4px;
        text-align: center;
        font-size: 12.5px;
        /* color: #78909c; */
        line-height: 1.35;
    }

    .ring-label i {
        color: #90a4ae;
        margin-right: 4px;
    }

.ring-stat-plain {
    justify-content: center;
    padding-top: 4px;
}

.plain-stat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: linear-gradient(135deg, #FFB74D, #FB8C00);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.plain-stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #263238;
    line-height: 1.2;
}

.plain-stat-sub {
    margin-top: 4px;
    font-size: 11px;
    color: #b0bec5;
    text-align: center;
}


    /* --- Remaining collaboration bars --- */

    .collab-list {
        padding: 18px 22px;
    }

    .collab-metric {
        padding: 12px 0;
        border-bottom: 1px solid #f2f4f7;
    }

    .collab-metric:last-child {
        border-bottom: none;
        padding-bottom: 4px;
    }

    .collab-metric-head {
        display: flex;
        justify-content: space-between;
        align-items: baseline;
        margin-bottom: 8px;
    }

    .collab-metric-label {
        font-size: 14px;
        /* color: #455a64; */
    }

    .collab-metric-label i {
        width: 18px;
        color: #90a4ae;
        margin-right: 6px;
    }

    .collab-metric-value {
        font-size: 15px;
        font-weight: 700;
        color: #222;
    }

    .collab-track {
        position: relative;
        height: 8px;
        background: #eef1f4;
        border-radius: 999px;
        overflow: hidden;
    }

    .collab-fill {
        height: 100%;
        background: linear-gradient(90deg, #4DD0E1, #26C6DA);
        border-radius: 999px;
    }

    [dir="rtl"] .collab-track {
        transform: scaleX(-1);
    }

    .collab-metric-sub {
        margin-top: 6px;
        font-size: 11px;
        /* color: #b0bec5; */
    }

    @media (max-width: 600px) {

        .impact-header {
            padding: 16px;
        }

        .impact-chart-wrapper {
            height: 280px;
            padding: 16px;
        }

        .ring-row {
            gap: 18px;
            padding: 20px 12px;
        }

        .ring-stat {
            width: 130px;
        }

    }
