.esg53-page .esg53-feature-card {
    border: 2px solid;
    background: var(--esg-color-white);
    text-align: left;
}

.esg53-page .esg53-feature-card--purple {
    border-color: var(--esg-color-purple);
}

.esg53-page .esg53-feature-card--teal {
    border-color: var(--esg-color-teal);
}

.esg53-page .esg53-feature-card__header {
    align-items: center;
    color: var(--esg-color-white);
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: flex-start;
    line-height: 1.2;
    padding: 30px 36px;
}

.esg53-page .esg53-feature-card--purple .esg53-feature-card__header {
    background: var(--esg-color-purple);
}

.esg53-page .esg53-feature-card--teal .esg53-feature-card__header {
    background: var(--esg-color-teal);
}

.esg53-page .esg53-feature-card__body {
    padding: 0 36px;
}

.esg53-page .esg53-feature-item {
    border-top: 2px solid;
    padding: 28px 0 30px;
}

.esg53-page .esg53-feature-item:first-child {
    border-top: 0;
}

.esg53-page .esg53-feature-card--purple .esg53-feature-item {
    border-color: rgba(114, 76, 155, 0.7);
}

.esg53-page .esg53-feature-card--teal .esg53-feature-item {
    border-color: rgba(77, 180, 184, 0.75);
}

.esg53-page .esg53-feature-item h4 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
}

.esg53-page .esg53-feature-card--purple .esg53-feature-item h4 {
    color: var(--esg-color-purple);
}

.esg53-page .esg53-feature-card--teal .esg53-feature-item h4 {
    color: var(--esg-color-teal);
}

.esg53-page .esg53-feature-item p {
    margin: 0;
    color: var(--esg-color-text-strong);
    font-size: 18px;
    line-height: 1.75;
    text-indent: 0;
}

.esg53-page .esg53-feature-highlight {
    font-size: 22px;
}

.esg53-page .esg53-support-overview {
    text-align: center;
}

.esg53-page .esg53-support-overview__title,
.esg53-page .esg53-chart-panel__title {
    margin: 0 0 28px;
    color: var(--esg-color-heading-strong);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.esg53-page .esg53-support-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 26px;
}

.esg53-page .esg53-support-card {
    text-align: center;
}

.esg53-page .esg53-support-icon {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 180px;
    justify-content: center;
    margin: 0 auto 24px;
    width: 180px;
    font-size: 64px;
    font-weight: 700;
}

.esg53-page .esg53-support-card.is-scholarship .esg53-support-icon {
    background: var(--esg-process-lime-soft);
    color: var(--esg-color-green);
}

.esg53-page .esg53-support-card.is-charity .esg53-support-icon {
    background: var(--esg-process-purple-soft);
    color: var(--esg-color-purple);
}

.esg53-page .esg53-support-card.is-education .esg53-support-icon {
    background: var(--esg-process-orange-soft);
    color: var(--esg-color-orange);
}

.esg53-page .esg53-support-card h5 {
    margin: 0 0 18px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
}

.esg53-page .esg53-support-card.is-scholarship h5 {
    color: var(--esg-color-green);
}

.esg53-page .esg53-support-card.is-charity h5 {
    color: var(--esg-color-purple);
}

.esg53-page .esg53-support-card.is-education h5 {
    color: var(--esg-color-orange);
}

.esg53-page .esg53-support-card ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.esg53-page .esg53-support-card li {
    color: var(--esg-color-text-strong);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 4px;
}

.esg53-page .esg53-chart-panel {
    text-align: center;
}

.esg53-page .esg53-combo {
    --esg-combo-min-height: 520px;
    --esg-combo-pad-top: 20px;
    --esg-combo-pad-right: 92px;
    --esg-combo-pad-bottom: 120px;
    --esg-combo-pad-left: 92px;
    --esg-combo-axis-width: 72px;
    --esg-combo-axis-font-size: 13px;
    --esg-combo-y-title-left: 10px;
    --esg-combo-y-title-right: 10px;
    --esg-combo-y-title-size: 16px;
    --esg-combo-text-color: var(--esg-color-text-strong);
    --esg-combo-grid-color: var(--esg-color-purple);
    --esg-combo-line-color: var(--esg-color-teal);
    --esg-combo-line-width: 1.3;
    --esg-combo-group-gap: 20px;
    --esg-combo-group-pad-x: 20px;
    --esg-combo-bar-width: 22%;
    --esg-combo-bar-min-width: 48px;
    --esg-combo-bar-label-size: 16px;
    --esg-combo-point-color: var(--esg-color-teal);
    --esg-combo-point-size: 12px;
    --esg-combo-point-value-size: 16px;
    --esg-combo-x-offset-bottom: 70px;
    --esg-combo-x-font-size: 18px;
}

.esg53-page .esg53-combo .esg-combo-chart__bar.series-school-count {
    background: var(--esg-color-green);
}

.esg53-page .esg53-combo .esg-combo-chart__bar.series-department-count {
    background: var(--esg-color-orange);
}

.esg53-page .esg53-combo .esg-combo-chart__bar.series-awardee-count {
    background: var(--esg-color-purple);
}

.esg53-page .esg53-combo-legend {
    position: absolute;
    right: var(--esg-combo-pad-right);
    bottom: 0;
    left: var(--esg-combo-pad-left);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 32px;
}

.esg53-page .esg53-combo-legend .legend-item {
    align-items: center;
    color: var(--esg-color-text-strong);
    display: inline-flex;
    font-size: 16px;
    gap: 10px;
    line-height: 1.2;
}

.esg53-page .esg53-combo-legend i {
    display: inline-block;
}

.esg53-page .esg53-combo-legend i.series-school-count,
.esg53-page .esg53-combo-legend i.series-department-count,
.esg53-page .esg53-combo-legend i.series-awardee-count {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.esg53-page .esg53-combo-legend i.series-school-count {
    background: var(--esg-color-green);
}

.esg53-page .esg53-combo-legend i.series-department-count {
    background: var(--esg-color-orange);
}

.esg53-page .esg53-combo-legend i.series-awardee-count {
    background: var(--esg-color-purple);
}

.esg53-page .esg53-combo-legend i.series-amount-line {
    position: relative;
    width: 42px;
    height: 10px;
}

.esg53-page .esg53-combo-legend i.series-amount-line::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    border-top: 2px solid var(--esg-color-teal);
    transform: translateY(-50%);
}

.esg53-page .esg53-combo-legend i.is-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--esg-color-teal);
    transform: translate(-50%, -50%);
}

@media (max-width: 1199px) {
    .esg53-page .esg53-feature-card__header {
        font-size: 24px;
        padding: 24px 28px;
    }

    .esg53-page .esg53-feature-card__body {
        padding: 0 28px;
    }

    .esg53-page .esg53-feature-item h4,
    .esg53-page .esg53-support-card h5 {
        font-size: 22px;
    }

    .esg53-page .esg53-support-grid {
        gap: 20px;
    }

    .esg53-page .esg53-support-icon {
        height: 150px;
        width: 150px;
        font-size: 52px;
    }
}

@media (max-width: 991px) {
    .esg53-page .esg53-support-grid {
        grid-template-columns: 1fr;
    }

    .esg53-page .esg53-combo {
        --esg-combo-min-height: 470px;
        --esg-combo-pad-right: 76px;
        --esg-combo-pad-left: 76px;
    }
}

@media (max-width: 768px) {
    .esg53-page .esg53-feature-card__header {
        font-size: 22px;
    }

    .esg53-page .esg53-feature-item h4,
    .esg53-page .esg53-support-card h5,
    .esg53-page .esg53-support-overview__title,
    .esg53-page .esg53-chart-panel__title {
        font-size: 20px;
    }

    .esg53-page .esg53-feature-item p,
    .esg53-page .esg53-support-card li {
        font-size: 16px;
    }

    .esg53-page .esg53-feature-highlight {
        font-size: 18px;
    }

    .esg53-page .esg53-combo {
        --esg-combo-min-height: 430px;
        --esg-combo-pad-right: 56px;
        --esg-combo-pad-bottom: 124px;
        --esg-combo-pad-left: 56px;
        --esg-combo-axis-width: 44px;
        --esg-combo-axis-font-size: 12px;
        --esg-combo-y-title-size: 12px;
        --esg-combo-group-gap: 10px;
        --esg-combo-group-pad-x: 10px;
        --esg-combo-bar-min-width: 34px;
        --esg-combo-bar-label-size: 14px;
        --esg-combo-point-value-size: 14px;
        --esg-combo-x-font-size: 14px;
    }

    .esg53-page .esg53-combo-legend .legend-item {
        font-size: 14px;
    }
}

.table-wrap {
    width: 100%;
    overflow-x: auto;
}

.esg-pink-table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
    font-family: sans-serif;
    font-size: 16px;
    line-height: 1.6;
    min-width: 800px; 
}

    .esg-pink-table th,
    .esg-pink-table td {
        border: 1px solid #cf6688;
        padding: 16px 12px;
        vertical-align: middle;
    }

    .esg-pink-table th {
        background-color: #cf6688;
        color: #ffffff;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 2px;
    }

    .esg-pink-table td {
        color: #333333;
        background-color: #ffffff;
    }

    .esg-pink-table .school-col {
        font-weight: 700;
        font-size: 18px;
    }

@media (max-width: 768px) {
    .esg-pink-table {
        font-size: 15px;
    }

        .esg-pink-table th,
        .esg-pink-table td {
            padding: 12px 8px;
        }

        .esg-pink-table .school-col {
            font-size: 16px;
        }
}

.esg-donut-infographic {
    width: 100%;
    font-family: sans-serif;
    background: #ffffff;
    padding: 20px 0;
    overflow: hidden;
}

.esg-chart-grid {
    display: grid;
    grid-template-columns: 1fr 280px 1fr;
    gap: 15px;
    align-items: stretch;
    max-width: 900px;
    margin: 0 auto;
    padding: 20px 10px;
}

.col-left, .col-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px 0;
    position: relative;
}

.esg-item {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    position: relative;
    z-index: 2;
    width: 100%;
}

    .esg-item .dot {
        width: 14px;
        height: 14px;
        border-radius: 50%;
        margin-top: 5px;
        flex-shrink: 0;
        position: relative;
        z-index: 3;
    }

    .esg-item .text {
        font-size: 16px;
        font-weight: 700;
        color: #333;
        line-height: 1.5;
        background: #fff; 
        padding-right: 10px;
        position: relative;
        z-index: 3;
    }

    .esg-item .val {
        font-weight: 500;
        color: #555;
        font-size: 15px;
    }


.bg-orange {
    background-color: #F2A03D;
}

.bg-purple {
    background-color: #5A3A8A;
}

.bg-green {
    background-color: #C4D647;
}

.bg-blue {
    background-color: #6DB6B5;
}


.col-center {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.donut-chart {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    position: relative;
    background: conic-gradient( #C4D647 0% 30.4%, #6DB6B5 30.4% 40.3%, #5A3A8A 40.3% 80.2%, #F2A03D 80.2% 100% );
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.donut-inner {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: inset 0 2px 8px rgba(0,0,0,0.04);
}

    .donut-inner .yr {
        font-size: 22px;
        font-weight: 700;
        color: #222;
    }

    .donut-inner .title {
        font-size: 15px;
        font-weight: 700;
        color: #444;
        line-height: 1.4;
        margin-top: 4px;
    }

.line {
    position: absolute;
    z-index: 1;
}


.line-tl {
    top: 11px;
    left: 7px;
    width: calc(100% + 40px);
    height: 70px;
    border-top: 1.5px solid #F2A03D;
    border-right: 1.5px solid #F2A03D;
}


.line-bl {
    bottom: 15px;
    left: 7px;
    width: calc(100% + 30px);
    height: 70px;
    border-bottom: 1.5px solid #5A3A8A;
    border-right: 1.5px solid #5A3A8A;
}

.line-tr {
    top: 11px;
    right: calc(100% - 7px);
    width: 60px; 
    height: 70px;
    border-top: 1.5px solid #C4D647;
    border-left: 1.5px solid #C4D647;
}


.line-br {
    bottom: 15px;
    right: calc(100% - 7px);
    width: 60px;
    height: 70px;
    border-bottom: 1.5px solid #6DB6B5;
    border-left: 1.5px solid #6DB6B5;
}



@media (max-width: 768px) {
    .esg-chart-grid {
        grid-template-columns: 1fr; 
        gap: 30px;
        padding: 10px;
    }

    .col-center {
        grid-row: 1;
        margin-bottom: 10px;
    }

    .col-left, .col-right {
        padding: 0;
        gap: 20px;
    }

    .esg-item {
        justify-content: center;
    }

        .esg-item .text {
            text-align: left;
        }


    .line {
        display: none;
    }
}