.esg26-page {
    --esg26-grid-soft: #d9d0ea;
    --esg26-table-fill-alt: #f7f4fb;
    --esg26-series-orange: #f6a13b;
    --esg26-series-violet: #8e73ba;
}

/* Page-specific text cleanup layered on top of shared esg-body-copy. */
.esg26-page .esg26-text-block,
.esg26-page .esg26-text-block p,
.esg26-page .esg26-text-block li,
.esg26-page .esg26-table th,
.esg26-page .esg26-table td,
.esg26-page .esg-management-table th,
.esg26-page .esg-management-table td,
.esg26-page .esg26-figure p,
.esg26-page .esg26-caption-note,
.esg26-page .esg26-formula-note {
    text-indent: 0;
}

.esg26-page ul,
.esg26-page .esg26-management-table ul {
    list-style: disc;
    list-style-position: outside;
}

.esg26-page ul li,
.esg26-page .esg26-management-table ul li {
    list-style: disc;
}

.esg26-page .esg26-two-up {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
    align-items: start;
}

.esg26-page .esg26-two-up--balanced {
    grid-template-columns: minmax(0, 1fr);
}

.esg26-page .esg26-salary-grid {
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
}

.esg26-page .table-wrap,
.esg26-page .esg26-management-wrap {
    border: none;
    overflow: visible;
}

.esg26-page .esg26-wrap-fit {
    overflow-x: visible;
}

.esg26-page .esg26-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: var(--esg-color-white);
}

.esg26-page .esg26-table th,
.esg26-page .esg26-table td {
    border: 1px solid var(--esg-process-purple-grid);
    vertical-align: middle;
}

.esg26-page .esg26-table th {
    padding: 13px 10px;
    background: var(--esg-color-purple);
    color: var(--esg-color-white);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.45;
    text-align: center;
}

.esg26-page .esg26-table td {
    padding: 12px 13px;
    font-size: 15px;
    line-height: 1.75;
    color: var(--esg-color-text);
}

.esg26-page .esg26-table tbody tr:nth-child(even) td {
    background: var(--esg26-table-fill-alt);
}

.esg26-page .esg26-table .rowhead {
    font-weight: 700;
}

.esg26-page .esg26-table .number {
    text-align: right;
    font-variant-numeric: tabular-nums;
}

.esg26-page .esg26-table--center th,
.esg26-page .esg26-table--center td {
    text-align: center;
}

.esg26-page .esg26-table--center td.number {
    text-align: center;
}

.esg26-page .esg26-table--fit {
    min-width: 0;
}

.esg26-page .esg26-table--dense th,
.esg26-page .esg26-table--dense td {
    padding: 10px 8px;
    font-size: 14px;
    line-height: 1.55;
}

.esg26-page .esg26-table--wide-numbers td:not(:first-child),
.esg26-page .esg26-table--wide-numbers th:not(:first-child) {
    font-variant-numeric: tabular-nums;
}

.esg26-page .esg26-table .subtotal td,
.esg26-page .esg26-table .total td {
    font-weight: 700;
    background: #f1edf9;
}

.esg26-page .esg26-table .total td {
    font-size: 16px;
}

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

.esg26-page .esg26-management-table {
    --esg-management-border-color: var(--esg-management-border-purple);
    --esg-management-cell-padding-block: 15px;
    --esg-management-mobile-title-box-margin: -15px -14px 14px -14px;
}

.esg26-page .esg26-management-table td li {
    margin-bottom: 6px;
}

.esg26-page .esg26-management-table td li:last-child {
    margin-bottom: 0;
}

.esg26-page .esg26-subtitle {
    margin-top: 12px;
}

.esg26-page .esg26-inline-title {
    margin-bottom: 6px;
    font-weight: 700;
}

.esg26-page .esg26-figure {
    width: 100%;
}

.esg26-page .esg26-figure-title,
.esg26-page .esg26-chart-panel h5 {
    margin: 0 0 12px;
    color: var(--esg-color-heading);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.esg26-page .esg26-table-title {
    margin: 0 0 10px;
}

.esg26-page .esg26-caption-note,
.esg26-page .esg26-formula-note {
    margin: 10px 0 0;
    color: var(--esg-color-muted);
    font-size: 14px;
    line-height: 1.75;
}

.esg26-page .esg-note-list {
    margin-top: 12px;
}

.esg26-page .esg26-legend {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 18px;
    margin-bottom: 30px;
    color: var(--esg-color-subtle);
    font-size: 14px;
    line-height: 1.4;
}

.esg26-page .esg26-legend--topright,
.esg26-page .esg26-legend--side {
    justify-content: flex-end;
}

.esg26-page .esg26-legend--bottom {
    justify-content: center;
}

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

.esg26-page .esg26-legend i,
.esg26-page .esg26-side-legend i {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    flex: 0 0 auto;
}

.esg26-page i.male,
.esg26-page .esg26-col.male,
.esg26-page .esg26-stack-seg.male {
    background: var(--esg-process-purple-strong);
}

.esg26-page i.female,
.esg26-page .esg26-col.female,
.esg26-page .esg26-stack-seg.female {
    background: var(--esg26-series-orange);
}

.esg26-page i.age-u30,
.esg26-page .esg26-stack-seg.age-u30 {
    background: var(--esg26-series-orange);
}

.esg26-page i.age-30-40,
.esg26-page .esg26-stack-seg.age-30-40 {
    background: var(--esg-color-chart-green);
}

.esg26-page i.age-40-50,
.esg26-page .esg26-stack-seg.age-40-50 {
    background: var(--esg-color-teal);
}

.esg26-page i.age-50p,
.esg26-page .esg26-stack-seg.age-50p {
    background: var(--esg26-series-violet);
}

.esg26-page i.other,
.esg26-page .esg26-hstack-bar .other {
    background: var(--esg26-series-orange);
}

.esg26-page i.hs,
.esg26-page .esg26-hstack-bar .hs {
    background: #d6a3cd;
}

.esg26-page i.college,
.esg26-page .esg26-hstack-bar .college {
    background: #7f8fd6;
}

.esg26-page i.university,
.esg26-page .esg26-hstack-bar .university {
    background: #6c4a9c;
}

.esg26-page i.master,
.esg26-page .esg26-hstack-bar .master {
    background: #47b6b1;
}

.esg26-page i.job-staff,
.esg26-page .esg26-stack-seg.job-staff {
    background: var(--esg-process-purple-strong);
}

.esg26-page i.job-supervisor,
.esg26-page .esg26-stack-seg.job-supervisor {
    background: var(--esg26-series-orange);
}

.esg26-page i.job-manager,
.esg26-page .esg26-stack-seg.job-manager {
    background: var(--esg-color-teal);
}

.esg26-page i.job-director,
.esg26-page .esg26-stack-seg.job-director {
    background: var(--esg-color-chart-green);
}

.esg26-page .esg26-plot {
    --esg26-label-space: 76px;
    position: relative;
    width: 100%;
    min-height: 350px;
    padding: 18px 16px var(--esg26-label-space) 16px;
}

.esg26-page .esg26-plot--gender-years {
    min-height: 335px;
}

.esg26-page .esg26-plot--tenure,
.esg26-page .esg26-plot--simple {
    min-height: 330px;
}

.esg26-page .esg26-plot--age-sex,
.esg26-page .esg26-plot--job-sex {
    --esg26-label-space: 92px;
    min-height: 360px;
}

.esg26-page .esg26-plot--tenure {
    --esg26-label-space: 88px;
}

.esg26-page .esg26-y-title {
    position: absolute;
    top: 40%;
    /* left: 50px; */
    color: var(--esg-color-subtle);
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.45;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    transform: translateY(-50%);
}

.esg26-page .esg26-y-labels {
    position: absolute;
    top: 18px;
    bottom: var(--esg26-label-space);
    left: 0;
    width: 72px;
    color: var(--esg-color-subtle);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.esg26-page .esg26-y-labels span {
    position: absolute;
    right: 10px;
    transform: translateY(50%);
}

.esg26-page .esg26-grid {
    position: absolute;
    top: 18px;
    right: 16px;
    bottom: var(--esg26-label-space);
    left: 84px;
}

.esg26-page .esg26-grid span {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px solid var(--esg26-grid-soft);
}

.esg26-page .esg26-plot-area {
    position: absolute;
    top: 18px;
    right: 16px;
    bottom: var(--esg26-label-space);
    left: 84px;
}

.esg26-page .esg26-gender-year-groups,
.esg26-page .esg26-tenure-groups,
.esg26-page .esg26-age-year-groups {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.esg26-page .esg26-gender-year-groups {
    justify-content: space-evenly;
    gap: 38px;
}

.esg26-page .esg26-tenure-groups {
    justify-content: space-between;
    gap: 10px;
}

.esg26-page .esg26-tenure-groups--simple {
    justify-content: space-evenly;
    gap: 18px;
}

.esg26-page .esg26-tenure-groups--single {
    gap: 34px;
}

.esg26-page .esg26-age-year-groups {
    justify-content: space-evenly;
    gap: 34px;
}

.esg26-page .esg26-gender-year-group,
.esg26-page .esg26-tenure-group,
.esg26-page .esg26-age-year-group {
    flex: 1 1 0;
    min-width: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.esg26-page .esg26-stack-bar {
    position: relative;
    display: block;
    height: 100%;
    width: 52px;
    min-width: 52px;
}

.esg26-page .esg26-stack-bar--offset {
    width: 66px;
}

.esg26-page .esg26-stack-total {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 8px);
    color: var(--esg-process-purple-grid);
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    transform: translateX(-50%);
    white-space: nowrap;
}

.esg26-page .esg26-stack-seg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--esg-color-white);
    text-align: center;
    overflow: hidden;
    transform-origin: bottom center;
    animation: esg26-grow-y 0.8s ease both;
}

.esg26-page .esg26-stack-seg b {
    display: block;
    padding: 4px 2px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
}

.esg26-page .esg26-seg-zero {
    min-height: 2px;
    background: transparent;
    overflow: visible;
}

.esg26-page .esg26-seg-zero b {
    position: absolute;
    left: 50%;
    bottom: 4px;
    color: var(--esg-process-purple-grid);
    transform: translateX(-50%);
}

.esg26-page .esg26-pair-bars,
.esg26-page .esg26-age-bars {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 100%;
}

.esg26-page .esg26-single-bars {
    gap: 0;
}

.esg26-page .esg26-col {
    position: relative;
    display: block;
    align-self: flex-end;
    width: 24px;
    min-width: 24px;
    transform-origin: bottom center;
    animation: esg26-grow-y 0.8s ease both;
}

.esg26-page .esg26-col b {
    position: absolute;
    left: 50%;
    bottom: calc(100% + 6px);
    color: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    transform: translateX(-50%);
}

.esg26-page .esg26-col.male {
    color: var(--esg-process-purple-strong);
}

.esg26-page .esg26-col.female {
    color: var(--esg26-series-orange);
}

.esg26-page .esg26-col--zero {
    min-height: 2px;
    background: transparent;
    animation: none;
}

.esg26-page .esg26-col--zero::before {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 0;
    border-top: 2px solid currentColor;
}

.esg26-page .esg26-figure--edu .esg26-figure-title,
.esg26-page .esg26-figure--job-sex .esg26-figure-title {
    margin-bottom: 10px;
}

.esg26-page .esg26-x-axis {
    position: absolute;
    right: 16px;
    bottom: 44px;
    left: 84px;
    display: grid;
    gap: 10px;
    align-items: start;
}

.esg26-page .esg26-x-axis--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.esg26-page .esg26-x-axis--7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
}

.esg26-page .esg26-x-axis p {
    margin: 0;
    color: var(--esg-color-text);
    font-size: 14px;
    line-height: 1.35;
    text-align: center;
    text-indent: 0;
}

.esg26-page .esg26-x-axis-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.esg26-page .esg26-x-axis-pair {
    display: flex;
    justify-content: center;
    gap: 34px;
    width: 100%;
    color: var(--esg-color-text);
    font-size: 14px;
    line-height: 1;
}

.esg26-page .esg26-x-axis-pair span {
    min-width: 18px;
    text-align: center;
}

.esg26-page .esg26-hstack-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 140px;
    gap: 30px;
    align-items: start;
}

.esg26-page .esg26-hstack-plot {
    position: relative;
    min-height: 320px;
    padding: 38px 22px 16px 78px;
}

.esg26-page .esg26-hstack-grid {
    position: absolute;
    top: 38px;
    right: 22px;
    bottom: 16px;
    left: 78px;
}

.esg26-page .esg26-hstack-grid span {
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid var(--esg26-grid-soft);
}

.esg26-page .esg26-hstack-axis {
    position: absolute;
    top: 10px;
    right: 22px;
    left: 78px;
    height: 18px;
    color: var(--esg-color-subtle);
    font-size: 13px;
    font-variant-numeric: tabular-nums;
}

.esg26-page .esg26-hstack-axis span {
    position: absolute;
    transform: translateX(-50%);
}

.esg26-page .esg26-hstack-row {
    position: relative;
    display: block;
    margin-bottom: 24px;
    min-height: 34px;
}

.esg26-page .esg26-hstack-row:last-child {
    margin-bottom: 0;
}

.esg26-page .esg26-hstack-row label {
    position: absolute;
    top: 50%;
    left: -68px;
    width: 56px;
    margin: 0;
    color: var(--esg-color-text);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    transform: translateY(-50%);
}

.esg26-page .esg26-hstack-bar {
    position: relative;
    display: flex;
    align-items: stretch;
    height: 34px;
    width: 100%;
}

.esg26-page .esg26-hstack-bar .seg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    color: var(--esg-color-white);
    text-align: center;
    transform-origin: left center;
    animation: esg26-grow-x 0.8s ease both;
}

.esg26-page .esg26-hstack-bar .seg b {
    padding: 0 2px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}

.esg26-page .esg26-hstack-total {
    position: absolute;
    top: 50%;
    right: -40px;
    color: var(--esg-process-purple-grid);
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    transform: translateY(-50%);
}

.esg26-page .esg26-side-legend {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: var(--esg-color-subtle);
    font-size: 14px;
    line-height: 1.4;
    padding-top: 36px;
}

.esg26-page .esg26-combo {
    --esg-combo-min-height: 420px;
    --esg-combo-pad-top: 16px;
    --esg-combo-pad-right: 86px;
    --esg-combo-pad-bottom: 58px;
    --esg-combo-pad-left: 86px;
    --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: 13px;
    --esg-combo-text-color: var(--esg-color-text);
    --esg-combo-grid-color: var(--esg-process-purple-grid);
    --esg-combo-line-color: var(--esg-color-chart-orange);
    --esg-combo-line-width: 1.1;
    --esg-combo-bar-width: 32%;
    --esg-combo-bar-min-width: 58px;
    --esg-combo-bar-min-height: 4px;
    --esg-combo-bar-color: var(--esg-process-purple-strong);
    --esg-combo-bar-label-size: 15px;
    --esg-combo-point-color: var(--esg-color-chart-orange);
    --esg-combo-point-size: 12px;
    --esg-combo-point-value-size: 14px;
    --esg-combo-x-font-size: 14px;
}

.esg26-page .esg26-survey-table td {
    font-size: 16px;
}

.esg26-page .esg26-survey-table td:first-child,
.esg26-page .esg26-survey-table td:nth-child(2) {
    text-align: center;
}

.esg26-page .esg26-survey-table td.number {
    text-align: center;
}

.esg26-page .esg26-survey-table td.esg-table-list {
    text-align: left;
    vertical-align: top;
}

.esg26-page .esg26-plan-list {
    margin: 0;
    padding-left: 1.15em;
}

.esg26-page .esg26-plan-list li {
    margin-bottom: 14px;
    line-height: 1.8;
}

.esg26-page .esg26-plan-list li:last-child {
    margin-bottom: 0;
}

.esg26-page .esg26-inline-image img {
    width: 100%;
    display: block;
}

@keyframes esg26-grow-y {
    from {
        transform: scaleY(0);
    }
    to {
        transform: scaleY(1);
    }
}

@keyframes esg26-grow-x {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}

@media (max-width: 1199px) {
    .esg26-page .esg26-table--dense th,
    .esg26-page .esg26-table--dense td {
        font-size: 13px;
    }

    .esg26-page .esg26-combo {
        --esg-combo-bar-min-width: 72px;
    }
}

@media (max-width: 1199px) {
    .esg26-page .esg26-two-up,
    .esg26-page .esg26-salary-grid,
    .esg26-page .esg26-hstack-wrap {
        grid-template-columns: 1fr;
    }

    .esg26-page .esg26-side-legend {
        flex-direction: row;
        flex-wrap: wrap;
        padding-top: 0;
    }

    .esg26-page .esg26-combo {
        --esg-combo-bar-min-width: 64px;
    }
}

@media (max-width: 768px) {
    .esg26-page .esg26-figure-title,
    .esg26-page .esg26-chart-panel h5 {
        font-size: 18px;
    }

    .esg26-page .esg26-plot {
        min-height: 320px;
        padding-left: 64px;
        padding-right: 8px;
    }

    .esg26-page .esg26-grid,
    .esg26-page .esg26-gender-year-groups,
    .esg26-page .esg26-tenure-groups,
    .esg26-page .esg26-age-year-groups {
        left: 64px;
        right: 8px;
    }

    .esg26-page .esg26-y-labels {
        width: 56px;
        font-size: 12px;
    }

    .esg26-page .esg26-stack-bar,
    .esg26-page .esg26-stack-bar--offset {
        width: 38px;
        min-width: 38px;
    }

    .esg26-page .esg26-col {
        width: 18px;
        min-width: 18px;
    }

    .esg26-page .esg26-age-xlabels {
        gap: 20px;
    }

    .esg26-page .esg26-hstack-plot {
        padding-left: 58px;
    }

    .esg26-page .esg26-hstack-grid,
    .esg26-page .esg26-hstack-axis {
        left: 58px;
    }

    .esg26-page .esg26-hstack-row label {
        left: -50px;
        width: 42px;
    }

    .esg26-page .esg26-combo {
        --esg-combo-min-height: 360px;
        --esg-combo-pad-left: 56px;
        --esg-combo-pad-right: 56px;
        --esg-combo-pad-bottom: 62px;
        --esg-combo-axis-width: 48px;
        --esg-combo-axis-font-size: 11px;
        --esg-combo-bar-width: 52%;
        --esg-combo-bar-min-width: 42px;
        --esg-combo-bar-label-size: 14px;
        --esg-combo-point-size: 16px;
        --esg-combo-point-value-size: 14px;
    }

    .esg26-page .esg26-table th {
        font-size: 15px;
        padding: 11px 8px;
    }

    .esg26-page .esg26-table td,
    .esg26-page .esg26-survey-table td {
        font-size: 14px;
        padding: 11px 8px;
    }
}
