.esg63-page .esg63-indicator-panel {
    border: 1px solid #48bcc0;
    padding: 26px 22px 18px;
    text-align: left;
}

.esg63-page .esg63-indicator-panel h4 {
    margin: 0 0 18px;
    color: #222;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.35;
    text-align: center;
}

.esg63-page .esg63-indicator-table {
    display: grid;
}

.esg63-page .esg63-indicator-row {
    align-items: center;
    border-bottom: 1px solid #48bcc0;
    display: grid;
    gap: 18px;
    grid-template-columns: 180px minmax(0, 1fr);
    padding: 18px 0;
}

.esg63-page .esg63-indicator-row:last-child {
    border-bottom: none;
    padding-bottom: 6px;
}

.esg63-page .esg63-indicator-head {
    background: #eef9fb;
    color: #48bcc0;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.35;
    min-height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px 16px;
    text-align: center;
}

.esg63-page .esg63-indicator-body {
    color: #222;
    font-size: 18px;
    line-height: 1.8;
    text-indent: 0;
}

@media (max-width: 991px) {
    .esg63-page .esg63-indicator-row {
        grid-template-columns: 150px minmax(0, 1fr);
        gap: 16px;
    }

    .esg63-page .esg63-indicator-panel h4 {
        font-size: 22px;
    }

    .esg63-page .esg63-indicator-head {
        font-size: 18px;
        min-height: 84px;
    }

    .esg63-page .esg63-indicator-body {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .esg63-page .esg63-indicator-panel {
        padding: 20px 16px 14px;
    }

    .esg63-page .esg63-indicator-row {
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 16px 0;
    }

    .esg63-page .esg63-indicator-panel h4 {
        font-size: 20px;
    }

    .esg63-page .esg63-indicator-head {
        font-size: 18px;
        min-height: 0;
        padding: 12px 14px;
    }

    .esg63-page .esg63-indicator-body {
        font-size: 15px;
        line-height: 1.7;
    }
}
