.esg60-page .esg-rights-flow {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 20px auto 10px;
    max-width: 1100px;
    flex-wrap: nowrap;
}

.esg60-page .esg-rights-flow-step {
    position: relative;
    width: 24%;
    min-height: 200px;
    background: #ffffff;
    border: 2px solid #1f7fb4;
    border-radius: 16px;
    padding: 18px 16px 16px;
    box-sizing: border-box;
    color: #1d3557;
    text-align: left;
    box-shadow: none;
}

.esg60-page .esg-rights-flow-step--green {
    border-color: #7bb76d;
}

.esg60-page .esg-rights-flow-step--green .esg-rights-flow-step__title {
    color: #7bb76d;
}

.esg60-page .esg-rights-flow-step--orange {
    border-color: #e59d4b;
}

.esg60-page .esg-rights-flow-step--orange .esg-rights-flow-step__title {
    color: #e59d4b;
}

.esg60-page .esg-rights-flow-step--red {
    border-color: #eb5d51;
}

.esg60-page .esg-rights-flow-step--red .esg-rights-flow-step__title {
    color: #eb5d51;
}

.esg60-page .esg-rights-flow-step__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 12px;
    color: #1f7fb4;
}

.esg60-page .esg-rights-flow-step ul {
    margin: 0;
    padding-left: 18px;
    font-size: 16px;
    line-height: 1.8;
    color: #1d3557;
}

.esg60-page .esg-rights-flow-step li {
    margin-bottom: 4px;
}

.esg60-page .esg-rights-flow-arrow {
    position: relative;
    width: 38px;
    min-width: 38px;
    height: 2px;
    background: #7a7a7a;
    margin: 0 6px;
    flex-shrink: 0;
}

.esg60-page .esg-rights-flow-arrow::after {
    content: "";
    position: absolute;
    right: -3px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #7a7a7a;
}

.esg60-page .esg60-supplier-share__title {
    margin: 0 0 20px;
    color: #1f1f1f;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.esg60-page .esg60-supplier-table {
    table-layout: fixed;
}

.esg60-page .esg60-supplier-table th,
.esg60-page .esg60-supplier-table td {
    border-color: #ea5d9b;
    line-height: 1.55;
    padding: 18px 16px;
    text-align: center;
    text-indent: 0;
    vertical-align: middle;
}

.esg60-page .esg60-supplier-table thead th {
    background: #ea5d9b;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}

.esg60-page .esg60-supplier-table tbody th {
    background: #fff;
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 700;
    width: 20%;
}

.esg60-page .esg60-supplier-table tbody td {
    background: #fff;
    color: #1f1f1f;
    font-size: 19px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .esg60-page .esg-rights-flow {
        flex-wrap: wrap;
        gap: 12px;
    }

    .esg60-page .esg-rights-flow-step {
        width: 100%;
    }

    .esg60-page .esg-rights-flow-arrow {
        width: 100%;
        height: 24px;
        background: transparent;
        margin: 0;
    }

    .esg60-page .esg-rights-flow-arrow::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        width: 2px;
        height: 12px;
        background: #7a7a7a;
        transform: translateX(-50%);
    }

    .esg60-page .esg-rights-flow-arrow::after {
        right: auto;
        left: 50%;
        top: 12px;
        transform: translateX(-50%);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 12px solid #7a7a7a;
        border-bottom: none;
    }

    .esg60-page .esg60-supplier-share__title {
        font-size: 20px;
    }

    .esg60-page .esg60-supplier-table thead th,
    .esg60-page .esg60-supplier-table tbody th,
    .esg60-page .esg60-supplier-table tbody td {
        font-size: 16px;
        padding: 14px 10px;
    }
}

.esg-supply-chain-wrap {
    width: 100%;
    max-width: 550px;
    margin: 40px auto;
    font-family: sans-serif;
}

.esg-sc-inner {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
}


.esg-sc-svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 6px 12px rgba(0,0,0,0.06));
}


.esg-sc-node {
    position: absolute;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
}


.node-center {
    top: 50%;
    left: 50%;
    width: 32%;
    height: 32%;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
}

.node-text {
    font-size: clamp(14px, 4vw, 20px);
    font-weight: 700;
    color: #222;
    text-align: center;
    line-height: 1.5;
}


.node-top, .node-br, .node-bl {
    width: 25%;
    height: 25%;
    border: 7px solid #ffffff; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.esg-sc-icon {
    width: 50%;
    height: 50%;
}


.node-top {
    top: 15%;
    left: 50%;
}

.bg-green {
    background-color: #53b88b;
}

.node-br {
    top: 67.5%; 
    left: 80.3%; 
}

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

.node-bl {
    top: 67.5%;
    left: 19.7%; 
}

.bg-purple {
    background-color: #464395;
}
