.esg25-page .esg25-management-wrap {
    border: 1px solid var(--esg-management-border-green);
}

.esg25-page .esg25-management-table {
    --esg-management-border-color: var(--esg-management-border-green);
}

.esg25-page .esg25-management-table .esg25-subtitle {
    margin-top: 16px;
}

.esg25-page .esg25-management-table ul {
    margin: 0;
    padding-left: 1.1em;
}

.esg25-page .esg25-sasb {
    display: inline-block;
    margin-top: 10px;
    border: 1px solid #b7c92f;
    color: #a7bf1a;
    padding: 4px 10px;
    font-weight: 700;
}

.esg25-page .esg25-chart-card h4 {
    margin: 0 0 12px 0;
    text-align: center;
    font-size: 16px;
    color: #1f1f1f;
}

.esg25-page .esg25-action-list {
    border: 1px solid #b7c92f;
}

.esg25-page .esg25-action-item {
    padding: 16px 18px;
    border-bottom: 1px solid #b7c92f;
}

.esg25-page .esg25-action-item:last-child {
    border-bottom: none;
}

.esg25-page .esg25-action-item h4 {
    margin: 0 0 8px 0;
    font-size: 24px;
}

.esg25-page .esg25-action-item:nth-child(1) h4 { color: #f39c34; }
.esg25-page .esg25-action-item:nth-child(2) h4,
.esg25-page .esg25-action-item:nth-child(3) h4 { color: #45b7b2; }
.esg25-page .esg25-action-item:nth-child(4) h4 { color: #6a47a0; }

.esg25-page .esg25-action-item p,
.esg25-page .esg25-action-item li {
    margin: 0;
    line-height: 1.8;
}

.esg25-page .esg25-action-item ul {
    margin: 0;
    padding-left: 1.1em;
}

.esg25-page .esg25-emission-chart {
    --esg-bar-chart-axis-left: 68px;
    --esg-bar-chart-axis-top: 22px;
    --esg-bar-chart-axis-offset: 74px;
    --esg-bar-chart-height: 290px;
    --esg-bar-chart-columns: 3;
    --esg-bar-chart-gap: 16px;
    --esg-bar-chart-bar-gap: 12px;
    --esg-bar-chart-bar-width: 22px;
    --esg-bar-chart-tick-left: -60px;
    --esg-bar-chart-tick-width: 52px;
    --esg-bar-chart-label-space: 84px;
    --esg-bar-chart-grid-color: #b7c92f;
    --esg-bar-chart-tick-color: #1f1f1f;
    --esg-bar-chart-group-label-size: 13px;
    --esg-bar-chart-y2022-bg: #f5a032;
    --esg-bar-chart-y2023-bg: #6a47a0;
    --esg-bar-chart-y2024-bg: #afc623;
}

.esg25-page .legend .dot.y2022 { background: #f5a032; }
.esg25-page .legend .dot.y2023 { background: #6a47a0; }
.esg25-page .legend .dot.y2024 { background: #afc623; }

.esg25-page .esg25-unit {
    position: absolute;
    left: 4px;
    top: 122px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 13px;
    color: #1f1f1f;
}

.esg25-page .legend {
    margin-top: 44px;
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    font-size: 12px;
}

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

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

.esg25-page .esg25-air-title-row {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 6px 14px;
    align-items: center;
    margin-bottom: 8px;
}

.esg25-page .esg25-air-title-row h4 {
    margin: 0;
    font-size: 16px;
}

.esg25-page .esg25-air-title-row .badges {
    display: flex;
    gap: 8px;
}

.esg25-page .esg25-air-title-row .badges span {
    border: 1px solid #b7c92f;
    color: #a7bf1a;
    font-size: 12px;
    font-weight: 700;
    padding: 2px 8px;
}

.esg25-page .esg25-air-title-row p {
    grid-column: 2;
    margin: 0;
    justify-self: end;
    font-size: 13px;
}

.esg25-page .esg25-air-table th,
.esg25-page .esg25-air-table td,
.esg25-page .esg25-stack-table th,
.esg25-page .esg25-stack-table td {
    border-color: #b7c92f;
}

.esg25-page .esg25-stack-grid {
    display: grid;
    grid-template-columns: 1.9fr 1fr;
    gap: 12px;
}

.esg25-page .esg25-standard-table th,
.esg25-page .esg25-standard-table td {
    border-color: #b7c92f;
}

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

    .esg25-page .esg25-air-title-row {
        grid-template-columns: 1fr;
    }

    .esg25-page .esg25-air-title-row p {
        grid-column: 1;
        justify-self: start;
    }
}
