.topic-page {
    --topic-blue: #29739b;
    --topic-teal: #258b8b;
    --topic-green: #729346;
    --topic-coral: #b36f67;
    --topic-ink: #253f49;
    --topic-text: #53666d;
    --topic-line: #dce6e8;
    color: var(--topic-text);
}
.topic-page .page_main { min-width: 0; }
.topic-page .topic-title-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; margin-bottom: 28px; }
.topic-page .page_con_title { margin: 0; font-size: 34px; line-height: 1.4; color: var(--topic-ink); }
.topic-page .page_con_title::after { display: none; }
.topic-sdgs { display: flex; align-items: center; gap: 7px; }
.topic-sdgs .topic-sdg { width: 44px; height: 44px; object-fit: contain; display: block; }
.topic-page .topic-nav { margin-top: 28px; padding-top: 22px; border-top: 1px solid var(--topic-line); display: grid; gap: 2px; }
.topic-nav a { padding: 10px 0 10px 12px; font-size: 13px; line-height: 1.6; border-left: 2px solid transparent; color: var(--topic-text); }
.topic-nav a:hover, .topic-nav a.is-active { color: var(--topic-blue); border-left-color: var(--topic-blue); }
.topic-page .topic-section { padding: 36px 0; margin: 0; border-top: 1px solid var(--topic-line); scroll-margin-top: 140px; }
.topic-page .topic-heading { display: flex; align-items: center; gap: 12px; font-size: 25px; line-height: 1.5; margin: 0 0 24px; padding: 0; color: var(--topic-ink); border: 0; }
.topic-heading > .ti { color: var(--topic-blue); font-size: 27px; flex: none; }
.topic-page .topic-heading::before, .topic-page .topic-heading::after { display: none; }
.topic-page .topic-module { margin: 0; padding: 0; border: 0; background: transparent; box-shadow: none; }
.topic-page .topic-module .report-module__header { padding: 0; margin: 0; border: 0; }
.topic-page .topic-module p { color: var(--topic-text); font-size: 15px; line-height: 1.9; margin: 0 0 16px; }
.topic-page .topic-module p:last-child { margin-bottom: 0; }
.topic-page .topic-module h4 { margin: 0 0 14px; padding: 0; border: 0; background: transparent; font-size: 17px; line-height: 1.6; color: var(--topic-ink); }
.topic-page .topic-intro { margin: 28px 0; }
.topic-page .topic-intro .topic-module p { font-size: 14px; }
.topic-page .topic-metrics { margin: 0 0 28px; }
.topic-page .topic-metrics .report-kpi { display: block; }
.topic-page .topic-metrics .report-kpi__pillar { border: 0; background: none; padding: 0; }
.topic-page .topic-metrics .report-kpi__list { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 0; border-block: 1px solid var(--topic-line); }
.topic-page .topic-metrics .report-kpi__item { display: grid; grid-template-columns: 25px minmax(0,1fr); gap: 9px; padding: 24px 14px; border: 0; border-right: 1px solid var(--topic-line); min-height: 118px; }
.topic-page .topic-metrics .report-kpi__item:last-child { border-right: 0; }
.topic-page .topic-metrics .report-kpi__icon-wrap { width: 25px; height: 28px; padding: 0; background: transparent; color: var(--topic-teal); }
.topic-page .topic-metrics .report-kpi__icon { width: 24px; height: 24px; }
.topic-page .topic-metrics .report-kpi__content h4 { font-size: 13px; line-height: 1.5; margin: 0 0 10px; min-height: 20px; }
.topic-page .topic-metrics .report-kpi__value { display: flex; gap: 5px; align-items: baseline; flex-wrap: wrap; white-space: normal; }
.topic-page .topic-metrics .report-kpi__value strong { color: var(--topic-blue); font-size: 28px; line-height: 1.2; white-space: nowrap; }
.topic-page .topic-metrics .report-kpi__value > span { font-size: 13px; color: var(--topic-blue); white-space: nowrap; }
.topic-page .topic-metrics .report-kpi__content > time { display: none; }
.topic-page .topic-governance { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1.1fr); gap: 32px; }
.topic-page .topic-responsibility > h4 { font-size: 17px; color: var(--topic-ink); margin: 0 0 24px; }
.topic-page .topic-policy-copy { border-left: 1px solid var(--topic-line); padding-left: 30px; }
.topic-page .topic-policies .topic-part + .topic-part { margin-top: 24px; }
.topic-page .topic-policies .topic-part h5 { font-size: 15px; color: var(--topic-teal); margin: 0 0 5px; }
.topic-page .topic-impact { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.topic-page .topic-impact > .topic-part { padding: 22px 24px; background: #fcf6f4; border-top: 2px solid var(--topic-coral); }
.topic-page .topic-impact > .topic-part:nth-child(2) { background: #f3f8f6; border-color: var(--topic-teal); }
.topic-page .topic-impact > .topic-part h4 { display: flex; align-items: center; gap: 9px; }
.topic-page .topic-actions { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 26px; }
.topic-page .topic-actions > .topic-part { padding-top: 16px; border-top: 2px solid var(--topic-teal); }
.topic-page .topic-actions > .topic-part > .ti { display: block; color: var(--topic-teal); font-size: 27px; margin-bottom: 16px; }
.topic-page .topic-section--green .topic-heading > .ti { color: var(--topic-green); }
.topic-page .topic-green-content { display: grid; grid-template-columns: minmax(0,1.4fr) minmax(0,1fr); gap: 24px 36px; }
.topic-page .topic-green-metric { grid-column: 2; grid-row: 1 / span 2; padding-left: 30px; border-left: 1px solid var(--topic-line); }
.topic-page .topic-green-metric p:first-of-type { color: var(--topic-green); font-size: 40px; font-weight: 700; }
.topic-page .topic-standards { display: flex; flex-wrap: wrap; gap: 10px 20px; padding: 0; list-style: none; margin: 0; }
.topic-standards li { font-size: 14px; }
.topic-standards .ti { color: var(--topic-green); margin-right: 5px; }
.topic-page .topic-actions h5 { font-size: 17px; color: var(--topic-ink); margin: 0 0 12px; }
/* Every node and label comes from the editable tree, without fixed pixel coordinates. */
.topic-page .topic-org-level { display: flex; list-style: none; padding: 0; margin: 34px 0 0; }
.topic-page .topic-org-root { margin-top: 0; }
.topic-page .topic-org-level > li { position: relative; flex: 1; min-width: 0; padding: 0 5px; margin: 0; list-style: none; }
.topic-page .topic-org-node { position: relative; display: flex; flex-direction: column; align-items: center; gap: 8px; text-align: center; padding: 14px 7px; min-height: 90px; border: 1px solid var(--topic-line); border-top: 2px solid var(--topic-teal); border-radius: 4px; background: #f7fafb; }
.topic-page .topic-org-node strong { display: block; font-size: 14px; line-height: 1.6; white-space: normal; }
.topic-page .topic-org-node small { display: block; font-size: 11px; color: var(--topic-text); }
.topic-page .topic-org-icon { width: 24px; height: 24px; color: var(--topic-teal); flex: none; }
.topic-page .topic-org-root > li > .topic-org-node { max-width: 190px; min-height: 54px; margin: auto; flex-direction: row; justify-content: center; }
.topic-page .topic-org-level:not(.topic-org-root) > li::before { content: ''; position: absolute; top: -18px; left: 0; right: 0; border-top: 1px solid #afc7ce; }
.topic-page .topic-org-level:not(.topic-org-root) > li:first-child::before { left: 50%; }
.topic-page .topic-org-level:not(.topic-org-root) > li:last-child::before { right: 50%; }
.topic-page .topic-org-level:not(.topic-org-root) > li > .topic-org-node::before { content: ''; position: absolute; height: 17px; top: -18px; left: 50%; border-left: 1px solid #afc7ce; }
.topic-page .topic-org-level > li:has(> ol) > .topic-org-node::after { content: ''; position: absolute; height: 17px; bottom: -18px; left: 50%; border-left: 1px solid #afc7ce; }
.topic-page .topic-org-level[data-depth="2"] { flex-direction: column; gap: 12px; }
.topic-page .topic-section--targets .table-v2-shell { margin: 0; }
.topic-page .topic-section--targets .table-v2-scroll { overflow: visible; max-width: 100%; border: 0; border-radius: 0; }
.topic-page .topic-section--targets .table-v2-table { width: 100%; min-width: 0; table-layout: fixed; font-size: 14px; }
.topic-page .topic-section--targets col { width: auto; }
.topic-page .topic-section--targets col:first-child { width: 27%; }
.topic-page .topic-section--targets .table-v2-cell { padding: 13px 9px; line-height: 1.65; white-space: normal; overflow-wrap: anywhere; position: static; }
.topic-page .topic-section--targets tbody .table-v2-cell:not(:first-child) { text-align: center; }
.topic-page .topic-section--targets .table-v2-row--header .table-v2-cell { background: #eaf3f5; color: var(--topic-ink); border-color: #cfdee2; }
@media (max-width: 1100px) {
    .topic-page .topic-governance { grid-template-columns: minmax(0,1fr); gap: 26px; }
    .topic-page .topic-policy-copy { border: 0; padding: 0; }
    .topic-page .topic-metrics .report-kpi__list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .topic-page .topic-metrics .report-kpi__item { border-bottom: 1px solid var(--topic-line); }
    .topic-page .topic-metrics .report-kpi__item:nth-child(2n) { border-right: 0; }
    .topic-page .topic-actions { gap: 20px; }
}
@media (max-width: 767px) {
    .topic-page .topic-nav { display: none; }
    .topic-page .page_con_title { font-size: 27px; }
    .topic-page .topic-title-row { gap: 14px; margin-bottom: 22px; }
    .topic-page .topic-sdg { width: 34px; height: 34px; }
    .topic-page .topic-heading { font-size: 21px; align-items: flex-start; gap: 8px; }
    .topic-heading > .ti { font-size: 24px; margin-top: 3px; }
    .topic-page .topic-section { padding: 28px 0; scroll-margin-top: 100px; }
    .topic-page .topic-metrics .report-kpi__item { padding: 18px 8px; gap: 7px; grid-template-columns: 22px minmax(0,1fr); }
    .topic-page .topic-metrics .report-kpi__value strong { font-size: 25px; }
    .topic-page .topic-metrics .report-kpi__content h4 { font-size: 12px; }
    .topic-page .topic-impact, .topic-page .topic-actions, .topic-page .topic-green-content { grid-template-columns: minmax(0,1fr); }
    .topic-page .topic-green-metric { grid-column: auto; grid-row: auto; padding: 20px 0; border: 0; border-block: 1px solid var(--topic-line); }
    .topic-page .topic-org-level:not(.topic-org-root) { flex-direction: column; padding-left: 18px; gap: 12px; border-left: 1px solid #afc7ce; margin: 14px 0 0 18px; }
    .topic-page .topic-org-level:not(.topic-org-root) > li::before { display: none; }
    .topic-page .topic-org-level:not(.topic-org-root) > li > .topic-org-node::before { width: 23px; height: 1px; border: 0; border-top: 1px solid #afc7ce; left: -24px; top: 50%; }
    .topic-page .topic-org-level > li:has(> ol) > .topic-org-node::after { display: none; }
    .topic-page .topic-org-root > li > .topic-org-node { max-width: none; }
    .topic-page .topic-org-node { flex-direction: row; min-height: 54px; justify-content: center; }
    .topic-page .topic-section--targets colgroup, .topic-page .topic-section--targets thead { display: none; }
    .topic-page .topic-section--targets table, .topic-page .topic-section--targets tbody { display: block; width: 100%; }
    .topic-page .topic-section--targets tbody tr { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); margin-bottom: 20px; border: 1px solid var(--topic-line); }
    .topic-page .topic-section--targets tbody th { display: block; grid-column: 1/-1; background: #eaf3f5; width: auto; }
    .topic-page .topic-section--targets tbody td { display: block; width: auto; text-align: left; border: 0; border-top: 1px solid var(--topic-line); padding: 12px; }
    .topic-page .topic-section--targets tbody td::before { display: block; content: attr(data-label); font-size: 12px; line-height: 1.5; margin-bottom: 6px; color: var(--topic-text); }
}

