/* ESG27 page-specific styles. Shared colors and spacing live in ../esg-theme.css. */
.esg27-page .esg-section-title {
    color: #1f3864;
}

.esg27-page .esg-gri {
    color: red;
}

.esg27-page .esg27-training-table th,
.esg27-page .esg27-training-table td {
    text-indent: 0;
}

.esg27-page .esg27-management-table {
    --esg-management-border-color: var(--esg-color-purple);
}

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

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

.esg27-page .esg27-benchmark-table th {
    background: var(--esg-color-purple);
    border-color: var(--esg-color-purple);
    font-size: 15px;
    line-height: 1.45;
}

.esg27-page .esg27-benchmark-table td {
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
}

.esg27-page .esg27-benchmark-table td:first-child {
    font-size: 18px;
}

.esg27-page .esg27-benchmark-table tbody tr:nth-child(even) td {
    background: #f1eef7;
}

.esg27-page .esg27-abnormal-load-table th {
    background: var(--esg-color-purple);
    border-color: var(--esg-color-purple);
    font-size: 15px;
    line-height: 1.4;
}

.esg27-page .esg27-abnormal-load-table td {
    text-align: center;
    vertical-align: middle;
}

.esg27-page .esg27-abnormal-load-table td:nth-child(1),
.esg27-page .esg27-abnormal-load-table td:nth-child(3),
.esg27-page .esg27-abnormal-load-table td:nth-child(4),
.esg27-page .esg27-abnormal-load-table td:nth-child(6) {
    text-align: left;
}

.esg27-page .esg27-abnormal-load-table tbody tr:nth-child(even) td {
    background: #f1eef7;
}

.esg27-page .esg27-kpi-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.esg27-page .esg27-kpi-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    text-align: left;
}

.esg27-page .esg27-kpi-panel,
.esg27-page .esg27-score-panel {
    padding: 8px 0 0 0;
    background: transparent;
}

.esg27-page .esg27-kpi-panel h5,
.esg27-page .esg27-score-panel h5 {
    margin: 0 0 14px 0;
    font-size: 20px;
    text-align: left;
    color: var(--esg-color-heading);
}

.esg27-page .esg27-kpi-columns h6 {
    margin: 0 0 10px 0;
    font-size: 24px;
    line-height: 1.25;
    font-weight: 700;
}

.esg27-page .esg27-kpi-columns > div:first-child h6 {
    color: var(--esg-color-purple);
}

.esg27-page .esg27-kpi-columns > div:last-child h6 {
    color: var(--esg-color-chart-orange);
}

.esg27-page .esg27-kpi-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.esg27-page .esg27-kpi-list li {
    display: grid;
    grid-template-columns: 30px minmax(0, 1fr);
    gap: 10px;
    align-items: start;
    margin-bottom: 8px;
}

.esg27-page .esg27-kpi-list .index {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    font-weight: 700;
    margin-top: 1px;
}

.esg27-page .esg27-kpi-list--purple .index {
    background: var(--esg-color-purple);
}

.esg27-page .esg27-kpi-list--orange .index {
    background: var(--esg-color-chart-orange);
}

.esg27-page .esg27-kpi-list .text {
    font-size: 16px;
    line-height: 1.7;
    color: var(--esg-color-text);
}

.esg27-page .esg27-kpi-columns ol {
    margin: 0;
    padding-left: 1.2em;
}

.esg27-page .esg27-kpi-columns li {
    margin-bottom: 6px;
    text-indent: 0;
}

.esg27-page .esg27-dual-image-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.esg27-page .esg27-dual-image-grid a {
    display: block;
}

.esg27-page .esg27-dual-image-grid img {
    display: block;
    width: 100%;
    height: auto;
}

.esg27-page .esg27-score-chart {
    --esg-bar-chart-axis-left: 80px;
    --esg-bar-chart-axis-top: 32px;
    --esg-bar-chart-axis-offset: 86px;
    --esg-bar-chart-height: 280px;
    --esg-bar-chart-gap: 8px;
    --esg-bar-chart-bar-gap: 0;
    --esg-bar-chart-bar-width: 28px;
    --esg-bar-chart-tick-left: -68px;
    --esg-bar-chart-tick-width: 60px;
    --esg-bar-chart-label-space: 42px;
    --esg-bar-chart-group-align: center;
    --esg-bar-chart-group-justify: flex-end;
    --esg-bar-chart-y2022-bg: var(--esg-color-chart-orange);
    --esg-bar-chart-y2023-bg: var(--esg-color-chart-green);
    --esg-bar-chart-y2024-bg: var(--esg-color-purple);
    padding-left: 80px;
    padding-top: 0;
    padding-bottom: 34px;
    background: transparent;
}

.esg27-page .esg27-score-chart .esg-bar-groups {
    top: 32px;
}

.esg27-page .esg27-score-chart .esg-bars,
.esg27-page .esg27-score-chart .bars {
    gap: 0;
    flex: 1;
}

.esg27-page .esg27-score-chart .esg-bar-group p {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 6px 0 0 0;
    transform: none;
    line-height: 1.2;
    color: var(--esg-color-heading);
    font-size: 14px;
}

.esg27-page .esg27-score-chart .esg-bar {
    width: 28px;
}

.esg27-page .esg27-score-chart .esg-bar-value {
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 6px;
}

.esg27-page .esg27-coverage-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    max-width: 760px;
    margin: 0 auto;
}

.esg27-page .esg27-coverage-card {
    border: 1px solid var(--esg-border-green-soft);
    background: var(--esg-bg-soft);
    padding: 18px 16px;
    text-align: center;
}

.esg27-page .esg27-coverage-card h5 {
    margin: 0 0 8px 0;
    color: var(--esg-color-heading);
    font-size: 18px;
    font-weight: 700;
}

.esg27-page .esg27-coverage-card .value {
    margin: 0;
    color: var(--esg-color-green-text);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 800;
    text-indent: 0;
}

.esg27-page .esg27-coverage-card .note {
    margin: 8px 0 0 0;
    color: var(--esg-color-text);
    font-size: 14px;
    text-indent: 0;
}

.esg27-page .esg27-note-list {
    text-align: left;
}

.esg-table-wrap.esg-wrap-narrow, .esg-page .table-wrap.esg-wrap-narrow {
    margin: 1.5vh 0;
    max-width: 100%;
}

.esg-table-wrap, .esg-page .table-wrap, .esg24-page .table-wrap {
    border: 1px solid var(--esg-color-purple);
    margin: 1.5vh 0;
}

.esg-table th, .esg-page .esg-table th {
    background-color: var(--esg-color-purple);
    border: 1px solid var(--esg-color-purple);
}

.esg-.esg-table td, .esg-page .esg-table td {
    border: 1px solid var(--esg-color-purple);
}

.esg27-page .esg27-score-chart .esg-bar-grid {
    border-left-color: var(--esg-color-purple);
    border-bottom-color: var(--esg-color-purple);
}

.esg27-page .esg27-health-chart {
    text-align: center;
}

.esg27-page .esg27-health-chart .esg-table-title {
    margin-bottom: 20px;
}

.esg27-page .esg27-donut-shell {
    width: min(100%, 340px);
    aspect-ratio: 1;
    margin: 0 auto;
    position: relative;
}

.esg27-page .esg27-donut-svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    transform: rotate(-90deg);
}

.esg27-page .esg27-donut-svg .track,
.esg27-page .esg27-donut-svg .segment {
    fill: none;
    stroke-width: 20;
}

.esg27-page .esg27-donut-svg .track {
    stroke: var(--esg-review-track);
}

.esg27-page .esg27-donut-svg .segment {
    cursor: pointer;
    transition: stroke-width 0.18s ease, filter 0.18s ease;
}

.esg27-page .esg27-donut-svg .segment.general1 {
    stroke: var(--esg-color-green);
}

.esg27-page .esg27-donut-svg .segment.special2 {
    stroke: var(--esg-color-purple);
}

.esg27-page .esg27-donut-svg .segment.special3 {
    stroke: var(--esg-color-blue);
}

.esg27-page .esg27-donut-svg .segment:hover,
.esg27-page .esg27-donut-svg .segment:focus {
    filter: brightness(1.06);
    outline: none;
    stroke-width: 22;
}

.esg27-page .esg-donut-center {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52%;
    height: 52%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    text-align: center;
    pointer-events: none;
}

.esg27-page .esg-donut-center .label,
.esg27-page .esg-donut-center .value {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    white-space: pre-line;
}

.esg27-page .esg-donut-center .label {
    color: var(--esg-color-subtle);
    font-size: 15px;
    line-height: 1.3;
}

.esg27-page .esg-donut-center .value {
    color: var(--esg-color-text-deep);
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
}

.esg27-page .esg27-health-legend {
    list-style: none;
    margin: 20px auto 0;
    padding: 0;
    max-width: 460px;
    text-align: left;
}

.esg27-page .esg27-health-legend li {
    display: grid;
    grid-template-columns: 28px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--esg-color-text-strong);
}

.esg27-page .esg27-health-legend .swatch {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: inline-block;
}

.esg27-page .esg27-health-legend .swatch.general1 {
    background: var(--esg-color-green);
}

.esg27-page .esg27-health-legend .swatch.special2 {
    background: var(--esg-color-purple);
}

.esg27-page .esg27-health-legend .swatch.special3 {
    background: var(--esg-color-blue);
}

.esg27-page .esg27-health-chart .esg-figure-note {
    margin-top: 14px;
    text-align: left;
}

.esg27-page .esg27-promo-list {
    display: grid;
    gap: 28px;
    width: min(100%, 80%);
    margin: 44px auto;
}

.esg27-page .esg27-promo-card {
    display: grid;
    grid-template-columns: 140px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    padding-bottom: 22px;
    border-bottom: 2px solid var(--esg-border-muted);
}

.esg27-page .esg27-promo-card:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.esg27-page .esg27-promo-badge {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
}

.esg27-page .esg27-promo-card.is-purple .esg27-promo-badge {
    background: rgba(114, 76, 155, 0.12);
    color: var(--esg-color-purple);
}

.esg27-page .esg27-promo-card.is-teal .esg27-promo-badge {
    background: rgba(77, 180, 184, 0.12);
    color: var(--esg-color-teal);
}

.esg27-page .esg27-promo-card.is-lime .esg27-promo-badge {
    background: rgba(183, 210, 27, 0.12);
    color: var(--esg-color-green);
}

.esg27-page .esg27-promo-card.is-orange .esg27-promo-badge {
    background: rgba(249, 155, 46, 0.12);
    color: var(--esg-color-orange);
}

.esg27-page .esg27-promo-copy h5 {
    margin: 0 0 12px;
    text-indent: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.esg27-page .esg27-promo-card.is-purple .esg27-promo-copy h5 {
    color: var(--esg-color-purple);
}

.esg27-page .esg27-promo-card.is-teal .esg27-promo-copy h5 {
    color: var(--esg-color-teal);
}

.esg27-page .esg27-promo-card.is-lime .esg27-promo-copy h5 {
    color: var(--esg-color-green);
}

.esg27-page .esg27-promo-card.is-orange .esg27-promo-copy h5 {
    color: var(--esg-color-orange);
}

.esg27-page .esg27-promo-highlight,
.esg27-page .esg27-promo-detail {
    margin: 0;
    text-indent: 0;
    color: var(--esg-color-text);
}

.esg27-page .esg27-promo-highlight + .esg27-promo-highlight,
.esg27-page .esg27-promo-highlight + .esg27-promo-detail {
    margin-top: 12px;
}

.esg27-page .esg27-promo-highlight {
    display: flex;
    align-items: baseline;
    gap: 12px;
    font-size: 19px;
    line-height: 1.55;
}

.esg27-page .esg27-promo-highlight strong {
    flex: 0 0 auto;
    font-size: 42px;
    line-height: 0.92;
    font-weight: 700;
}

.esg27-page .esg27-promo-card.is-purple .esg27-promo-highlight strong {
    color: var(--esg-color-purple);
}

.esg27-page .esg27-promo-card.is-teal .esg27-promo-highlight strong {
    color: var(--esg-color-teal);
}

.esg27-page .esg27-promo-card.is-lime .esg27-promo-highlight strong {
    color: var(--esg-color-green);
}

.esg27-page .esg27-promo-card.is-orange .esg27-promo-highlight strong {
    color: var(--esg-color-orange);
}

.esg27-page .esg27-promo-detail {
    font-size: 19px;
    line-height: 1.6;
}

.esg27-page .esg27-promo-detail strong {
    color: inherit;
    font-size: 1.15em;
}

.esg27-page .esg27-risk-flow {
    width: min(100%, 86%);
    margin: 0 auto;
}

.esg27-page .esg27-risk-flow .esg-table-title {
    margin-bottom: 20px;
    text-align: center;
}

.esg27-page .esg27-risk-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    align-items: stretch;
}

.esg27-page .esg27-risk-step {
    position: relative;
    padding: 28px 20px 24px;
    color: var(--esg-color-white);
    text-align: center;
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}

.esg27-page .esg27-risk-step.is-teal {
    background: var(--esg-color-teal);
}

.esg27-page .esg27-risk-step.is-lime {
    background: var(--esg-color-green);
}

.esg27-page .esg27-risk-step.is-orange {
    background: var(--esg-color-orange);
}

.esg27-page .esg27-risk-icon {
    width: 72px;
    height: 72px;
    margin: 0 auto 14px;
    border: 3px solid rgba(255, 255, 255, 0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
}

.esg27-page .esg27-risk-step h5 {
    margin: 0;
    color: inherit;
    text-indent: 0;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 700;
}

.esg27-page .esg27-risk-formula {
    margin-top: 24px;
    padding: 24px 28px;
    border: 2px solid var(--esg-color-purple);
    text-align: center;
}

.esg27-page .esg27-risk-formula-title,
.esg27-page .esg27-risk-formula p {
    margin: 0;
    text-indent: 0;
}

.esg27-page .esg27-risk-formula-title {
    color: var(--esg-color-purple);
    font-size: 34px;
    line-height: 1.3;
    font-weight: 700;
}

.esg27-page .esg27-risk-formula p + p {
    margin-top: 12px;
}

.esg27-page .esg27-risk-formula p {
    color: var(--esg-color-text);
    font-size: 20px;
    line-height: 1.65;
}

.esg27-page .esg27-risk-formula strong {
    color: var(--esg-color-text-deep);
}

.esg27-page .esg27-osh-dialogue {
    width: min(100%, 84%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.esg27-page .esg27-osh-card {
    display: grid;
    grid-template-rows: auto 1fr;
    border: 1px solid var(--esg-border-muted);
    background: var(--esg-color-white);
}

.esg27-page .esg27-osh-head {
    padding: 24px 20px 20px;
    text-align: center;
    color: var(--esg-color-white);
    clip-path: polygon(0 0, 100% 0, 100% 88%, 50% 100%, 0 88%);
}

.esg27-page .esg27-osh-card.is-purple .esg27-osh-head {
    background: rgba(114, 76, 155, 0.28);
    color: var(--esg-color-purple);
}

.esg27-page .esg27-osh-card.is-orange .esg27-osh-head {
    background: rgba(249, 155, 46, 0.16);
    color: var(--esg-color-orange);
}

.esg27-page .esg27-osh-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 12px;
    border: 3px solid currentColor;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.esg27-page .esg27-osh-head h5,
.esg27-page .esg27-osh-frequency {
    margin: 0;
    text-indent: 0;
}

.esg27-page .esg27-osh-head h5 {
    color: inherit;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
}

.esg27-page .esg27-osh-frequency {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 8px;
    color: var(--esg-color-text);
}

.esg27-page .esg27-osh-frequency strong {
    color: var(--esg-color-text-deep);
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
}

.esg27-page .esg27-osh-frequency span {
    font-size: 20px;
    line-height: 1.2;
}

.esg27-page .esg27-osh-body {
    padding: 18px 20px 20px;
    display: grid;
    gap: 16px;
}

.esg27-page .esg27-osh-body h6 {
    margin: 0 0 8px;
    text-indent: 0;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.esg27-page .esg27-osh-card.is-purple .esg27-osh-body h6 {
    color: var(--esg-color-purple);
}

.esg27-page .esg27-osh-card.is-orange .esg27-osh-body h6 {
    color: var(--esg-color-orange);
}

.esg27-page .esg27-osh-list {
    margin: 0;
    padding-left: 1.2em;
    color: var(--esg-color-text);
}

.esg27-page .esg27-osh-list li {
    margin-bottom: 6px;
    text-indent: 0;
    font-size: 17px;
    line-height: 1.6;
}

.esg27-page .esg27-contractor-kpis {
    width: min(100%, 80%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 20px;
}

.esg27-page .esg27-contractor-kpi {
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.esg27-page .esg27-contractor-kpi-badge {
    width: 108px;
    height: 108px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

.esg27-page .esg27-contractor-kpi.is-purple .esg27-contractor-kpi-badge {
    background: rgba(114, 76, 155, 0.12);
    color: var(--esg-color-purple);
}

.esg27-page .esg27-contractor-kpi.is-lime .esg27-contractor-kpi-badge {
    background: rgba(183, 210, 27, 0.12);
    color: var(--esg-color-green);
}

.esg27-page .esg27-contractor-kpi.is-teal .esg27-contractor-kpi-badge {
    background: rgba(77, 180, 184, 0.12);
    color: var(--esg-color-teal);
}

.esg27-page .esg27-contractor-kpi.is-orange .esg27-contractor-kpi-badge {
    background: rgba(249, 155, 46, 0.12);
    color: var(--esg-color-orange);
}

.esg27-page .esg27-contractor-kpi-value,
.esg27-page .esg27-contractor-kpi-text {
    margin: 0;
    text-indent: 0;
}

.esg27-page .esg27-contractor-kpi-value {
    display: flex;
    align-items: baseline;
    gap: 8px;
    line-height: 1;
}

.esg27-page .esg27-contractor-kpi-value strong {
    font-size: 42px;
    font-weight: 700;
}

.esg27-page .esg27-contractor-kpi.is-purple .esg27-contractor-kpi-value strong {
    color: var(--esg-color-purple);
}

.esg27-page .esg27-contractor-kpi.is-lime .esg27-contractor-kpi-value strong {
    color: var(--esg-color-green);
}

.esg27-page .esg27-contractor-kpi.is-teal .esg27-contractor-kpi-value strong {
    color: var(--esg-color-teal);
}

.esg27-page .esg27-contractor-kpi.is-orange .esg27-contractor-kpi-value strong {
    color: var(--esg-color-orange);
}

.esg27-page .esg27-contractor-kpi-value span {
    color: var(--esg-color-text-deep);
    font-size: 22px;
    line-height: 1.1;
}

.esg27-page .esg27-contractor-kpi-text {
    margin-top: 8px;
    color: var(--esg-color-text);
    font-size: 17px;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .esg27-page .esg27-promo-list {
        width: 100%;
    }

    .esg27-page .esg27-kpi-grid,
    .esg27-page .esg27-kpi-columns,
    .esg27-page .esg27-coverage-grid,
    .esg27-page .esg27-dual-image-grid {
        grid-template-columns: 1fr;
    }

    .esg27-page .esg27-kpi-panel h5,
    .esg27-page .esg27-score-panel h5 {
        font-size: 18px;
    }

    .esg27-page .esg27-kpi-columns h6 {
        font-size: 20px;
    }

    .esg27-page .esg27-kpi-list li {
        grid-template-columns: 26px minmax(0, 1fr);
    }

    .esg27-page .esg27-kpi-list .index {
        width: 24px;
        height: 24px;
        font-size: 14px;
        line-height: 24px;
    }

    .esg27-page .esg27-kpi-list .text {
        font-size: 15px;
    }

    .esg27-page .esg27-score-chart {
        --esg-bar-chart-axis-left: 56px;
        --esg-bar-chart-axis-offset: 62px;
        --esg-bar-chart-tick-left: -54px;
        --esg-bar-chart-tick-width: 48px;
        padding-left: 56px;
    }

    .esg27-page .esg27-score-chart .esg-bar-grid {
        left: 56px;
        width: calc(100% - 62px);
    }

    .esg27-page .esg27-score-chart .esg-bar-grid span {
        left: -54px;
        width: 48px;
        font-size: 11px;
    }

    .esg27-page .esg27-score-chart .esg-bar-groups {
        left: 56px;
        width: calc(100% - 62px);
    }

    .esg27-page .esg27-score-chart .esg-bar {
        width: 18px;
    }

    .esg27-page .esg27-score-chart .esg-bar-value {
        font-size: 10px;
    }

    .esg27-page .esg27-health-legend li {
        font-size: 15px;
    }

    .esg27-page .esg27-promo-card {
        grid-template-columns: 1fr;
        gap: 18px;
        text-align: center;
    }

    .esg27-page .esg27-promo-badge {
        width: 120px;
        height: 120px;
        font-size: 48px;
    }

    .esg27-page .esg27-promo-copy h5 {
        font-size: 28px;
    }

    .esg27-page .esg27-promo-highlight {
        flex-direction: column;
        align-items: center;
        gap: 6px;
        font-size: 18px;
    }

    .esg27-page .esg27-promo-highlight strong {
        font-size: 42px;
    }

    .esg27-page .esg27-promo-detail {
        font-size: 18px;
        line-height: 1.5;
    }

    .esg27-page .esg27-risk-flow {
        width: 100%;
    }

    .esg27-page .esg27-risk-steps {
        grid-template-columns: 1fr;
    }

    .esg27-page .esg27-risk-step {
        padding: 22px 18px 20px;
    }

    .esg27-page .esg27-risk-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .esg27-page .esg27-risk-step h5 {
        font-size: 24px;
    }

    .esg27-page .esg27-risk-formula {
        padding: 20px 18px;
    }

    .esg27-page .esg27-risk-formula-title {
        font-size: 26px;
    }

    .esg27-page .esg27-risk-formula p {
        font-size: 18px;
    }

    .esg27-page .esg27-osh-dialogue {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .esg27-page .esg27-osh-head {
        padding: 22px 18px 20px;
    }

    .esg27-page .esg27-osh-icon {
        width: 64px;
        height: 64px;
        font-size: 24px;
    }

    .esg27-page .esg27-osh-head h5 {
        font-size: 26px;
    }

    .esg27-page .esg27-osh-frequency strong {
        font-size: 42px;
    }

    .esg27-page .esg27-osh-frequency span {
        font-size: 20px;
    }

    .esg27-page .esg27-osh-body {
        padding: 18px 18px 22px;
    }

    .esg27-page .esg27-osh-body h6 {
        font-size: 22px;
    }

    .esg27-page .esg27-osh-list li {
        font-size: 17px;
    }

    .esg27-page .esg27-contractor-kpis {
        width: 100%;
        grid-template-columns: 1fr;
    }

    .esg27-page .esg27-contractor-kpi {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 12px;
    }

    .esg27-page .esg27-contractor-kpi-badge {
        width: 92px;
        height: 92px;
        font-size: 34px;
    }

    .esg27-page .esg27-contractor-kpi-value strong {
        font-size: 36px;
    }

    .esg27-page .esg27-contractor-kpi-value span {
        font-size: 18px;
    }

    .esg27-page .esg27-contractor-kpi-text {
        font-size: 16px;
    }
}
