.esg21-page .esg21-block {
    width: 100%;
    margin: 0 auto;
    font-family: var(--esg-font-family);
    color: var(--esg-color-muted);
}

.esg21-page .esg21-block-management {
    max-width: 1150px;
    background: #f7f7f7;
}


.esg21-page ul,
.esg21-page .esg21-management-table ul {
    list-style: disc;
    list-style-position: outside;
    padding-left: 1.2em;
}

    .esg21-page ul li,
    .esg21-page .esg21-management-table ul li {
        list-style: disc;
        display: list-item;
    }

.esg21-page .esg21-block-financial {
    max-width: 1080px;
    background: var(--esg-color-white);
}

.esg21-page .esg21-block-investment {
    width: 91%;
    margin: 0 auto;
}

.esg21-page .esg21-chart-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.esg21-page .esg-chart-card {
    background: transparent;
    border: 1px solid var(--esg-border-green-soft);
}

.esg21-page .esg21-financial-table tbody td:nth-child(n+3) {
    text-align: right !important;
    padding-right: 16px !important;
    font-variant-numeric: tabular-nums;
}

.esg21-page .esg21-legend {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 12px;
    font-size: 13px;
    color: var(--esg-color-subtle);
}

.esg21-page .esg21-legend span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.esg21-page .esg21-legend .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
}

.esg21-page .esg21-legend .dot.revenue { background: var(--esg-color-chart-orange); }
.esg21-page .esg21-legend .dot.profit { background: #3f69b1; }
.esg21-page .esg21-legend .dot.stock { background: #4fb7bb; }

.esg21-page .esg21-bar-chart {
    --esg-bar-chart-axis-left: 72px;
    --esg-bar-chart-axis-top: 24px;
    --esg-bar-chart-axis-offset: 76px;
    --esg-bar-chart-height: 240px;
    --esg-bar-chart-columns: 4;
    --esg-bar-chart-gap: 12px;
    --esg-bar-chart-bar-gap: 10px;
    --esg-bar-chart-bar-width: 14px;
    --esg-bar-chart-tick-left: -60px;
    --esg-bar-chart-tick-width: 52px;
    --esg-bar-chart-label-space: 56px;
}

.esg21-page .esg21-bar-profit {
    background: #3f69b1;
}

.esg21-page .esg21-bar-stock {
    background: #4fb7bb;
}

@media (max-width: 900px) {
    .esg21-page .esg21-chart-grid {
        grid-template-columns: 1fr;
    }
}
