.esg45-page .esg45-wrap-plain {
    padding: 0;
    border: none;
}

.esg45-page .esg-figure-panel {
    padding: 24px 26px;
    background: var(--esg-color-white);
}

    .esg45-page .esg-figure-panel h5,
    .esg-intensity-card h5 {
        margin: 0 0 20px 0;
        font-size: 20px;
        line-height: 1.5;
        font-weight: 700;
        color: #000;
        text-align: center;
    }

.esg45-page .esg-energy-chart {
    --esg-energy-legend-justify: center;
    --esg-energy-grid-color: var(--esg-border-green-soft);
    --esg-energy-y2022-bg: var(--esg-color-chart-orange);
    --esg-energy-y2023-bg: var(--esg-color-purple);
    --esg-energy-y2024-bg: var(--esg-color-lime);
    --esg-energy-hover-brightness: 1.18;
}

.esg45-page .esg-intensity-card h5 {
    margin: 0 0 10px;
    font-size: 20px;
    color: var(--esg-color-heading);
}

.esg45-page .esg-intensity-chart {
    --esg-intensity-grid-color: var(--esg-border-green-soft);
    --esg-intensity-line-color: var(--esg-color-teal);
    --esg-intensity-point-color: var(--esg-color-teal);
    --esg-intensity-point-label-color: var(--esg-color-teal);
    --esg-intensity-y2022-bar-color: var(--esg-color-chart-orange);
    --esg-intensity-y2023-bar-color: var(--esg-color-purple);
    --esg-intensity-y2024-bar-color: var(--esg-color-lime);
}

.esg45-page .esg45-ghg-summary {
    display: grid;
    gap: 0;
    border: 1px solid var(--esg-border-green-soft);
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

.esg45-page .esg45-ghg-summary-card {
    position: relative;
    padding: 34px 36px 28px;
    border-bottom: 1px solid var(--esg-border-green-soft);
}

.esg45-page .esg45-ghg-summary-card:last-child {
    border-bottom: none;
}

.esg45-page .esg45-ghg-summary-main {
    display: grid;
    gap: 18px;
}

.esg45-page .esg45-ghg-summary-main h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: var(--esg-color-heading);
    line-height: 1.2;
}

.esg45-page .esg45-ghg-summary-main p {
    margin: 0;
    font-size: 16px;
    line-height: 1.25;
    color: var(--esg-color-text);
    text-indent: 0;
}

.esg45-page .esg45-ghg-summary-main strong {
    font-size: 32px;
    font-weight: 700;
    color: var(--esg-color-heading);
    line-height: 1;
}

.esg45-page .esg45-ghg-summary-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px 24px;
    margin-top: 24px;
}

.esg45-page .esg45-ghg-summary-meta p {
    margin: 0;
    font-size: 14px;
    line-height: 1.25;
    text-indent: 0;
    color: var(--esg-color-muted);
}

.esg45-page .esg45-ghg-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.esg45-page .esg45-ghg-tags span {
    padding: 6px 12px;
    border: 1px solid var(--esg-border-green-soft);
    font-size: 14px;
    line-height: 1.1;
    color: var(--esg-color-chart-green);
    background: var(--esg-color-white);
    font-weight: 700;
}

.esg45-page .esg45-ghg-tags .esg45-ghg-tag--highlight {
    color: var(--esg-color-white);
    background: var(--esg-color-chart-green);
}

.esg45-page .esg45-ghg-tags .esg45-ghg-tag--code {
    min-width: auto;
}

.esg45-page .esg45-ghg-assurance {
    position: absolute;
    right: 36px;
    bottom: 28px;
    padding: 8px 16px;
    border: 1px solid #211b1d;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    color: #211b1d;
}

.esg45-page .esg45-reduction-table {
    table-layout: fixed;
}

.esg45-page .esg45-reduction-table th,
.esg45-page .esg45-reduction-table td {
    border-color: var(--esg-border-green-soft);
    text-indent: 0;
    vertical-align: middle;
}

.esg45-page .esg45-reduction-table th {
    background: var(--esg-color-chart-green);
    color: var(--esg-color-white);
    font-size: 24px;
    line-height: 1.2;
    padding: 18px 14px;
}

.esg45-page .esg45-reduction-table td {
    font-size: 22px;
    line-height: 1.35;
    padding: 22px 16px;
}

.esg45-page .esg45-reduction-table td[rowspan],
.esg45-page .esg45-reduction-table td[colspan="2"] {
    font-weight: 700;
}

.esg45-page .esg45-note-list {
    margin: 16px 0 0;
    padding-left: 1.3em;
    font-size: 16px;
    line-height: 1.8;
    color: var(--esg-color-text);
}

.esg45-page .esg45-note-list li {
    margin-bottom: 4px;
}

.esg45-note-container {
    display: flex;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.esg45-note-label {
    flex-shrink: 0;
}

.esg45-custom-list {
    margin: 0;
    padding: 0;
    list-style: none !important;
    counter-reset: custom-counter;
}

    .esg45-custom-list li {
        position: relative;
        padding-left: 18px;
        margin-bottom: 4px;
        display: block !important;
        text-indent: 0 !important;
    }

        .esg45-custom-list li::before {
            counter-increment: custom-counter;
            content: counter(custom-counter) ".";
            position: absolute;
            left: 0;
            top: 0;
            font-weight: normal;
        }


@media (max-width: 900px) {
    .esg45-page .esg45-ghg-summary-card {
        padding: 20px 16px 16px;
    }

    .esg45-page .esg45-ghg-summary-main h5 {
        font-size: 18px;
    }

    .esg45-page .esg45-ghg-summary-main p {
        font-size: 14px;
    }

    .esg45-page .esg45-ghg-summary-main strong {
        font-size: 24px;
    }

    .esg45-page .esg45-ghg-summary-meta p {
        font-size: 12px;
    }

    .esg45-page .esg45-ghg-tags span {
        padding: 4px 8px;
        font-size: 12px;
    }

    .esg45-page .esg45-ghg-tags .esg45-ghg-tag--code {
        min-width: 0;
    }

    .esg45-page .esg45-ghg-assurance {
        position: static;
        width: fit-content;
        margin-top: 18px;
        padding: 6px 12px;
        font-size: 12px;
    }

    .esg45-page .esg45-reduction-table th {
        font-size: 20px;
    }

    .esg45-page .esg45-reduction-table td {
        font-size: 18px;
        padding: 18px 12px;
    }
}

.esg-data-row-text {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #1A1A1A;
}

.esg-intensity-chart {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0 40px;
}

.esg-intensity-axis-title {
    position: absolute;
    top: 50%;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: translateY(-50%);
}

    .esg-intensity-axis-title.left {
        left: 0;
    }

    .esg-intensity-axis-title.right {
        right: 0;
    }

.esg-intensity-plot {
    position: relative;
    height: 280px;
    margin: 0 65px;
    background-color: #f2f8ee;
    border-bottom: 2px solid #82b882;
    overflow: visible;
}

.esg-intensity-y-axis {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 13px;
    color: #666;
    font-weight: 600;
}

    .esg-intensity-y-axis.left {
        left: -50px;
        text-align: right;
        width: 42px;
    }

    .esg-intensity-y-axis.right {
        right: -48px;
        text-align: left;
        width: 40px;
    }

.esg-intensity-grid {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    pointer-events: none;
}

    .esg-intensity-grid span {
        width: 100%;
        border-top: 1px solid #c2e0b6;
    }

.esg-intensity-line {
    position: absolute;
    inset: 0;
    z-index: 2;
}

.esg-custom-val {
    position: absolute;
    transform: translateX(-50%);
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    z-index: 10;
}

.val-orange {
    color: #e8973e;
}

.val-green {
    color: #82b882;
}

.esg-intensity-points {
    position: absolute;
    inset: 0;
    z-index: 5;
}

.esg-intensity-point {
    position: absolute;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 6;
}

    .esg-intensity-point.point-orange {
        background-color: #e8973e;
    }

    .esg-intensity-point.point-green {
        background-color: #82b882;
    }

.esg-intensity-groups {
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    height: 30px;
}

.esg-intensity-group {
    position: absolute;
    top: 0; 
    transform: translateX(-50%);
    width: 80px;
    text-align: center;
}

    .esg-intensity-group p {
        margin: 0;
        font-size: 15px;
        font-weight: 700;
        color: #333;
    }

@media (max-width: 768px) {
    .esg45-page .esg45-ghg-summary {
        max-width: 100%;
    }
}



