    #summaryTable {
        width: 100%;
        border-collapse: separate;
        border-spacing: 0;
        font-family: 'Helvetica Neue', Arial, sans-serif;
        font-size: 0.95rem;
        table-layout: fixed;
        overflow: hidden;
        margin-top: -40px;
    }

    .rectangle {
        margin-top: 5px;
    }

    #summaryTable thead {
        color: white;
        line-height: 20px;
    }

    #summaryTable th,
    #summaryTable td {
        padding: 10px 12px;
        text-align: right;
        word-wrap: break-word;
    }


    #summaryTable th {
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 0.125px;
        font-size: 12px;
    }

    #summaryTable thead th:first-child {
        border-radius: 5px 0 0 5px;
    }

    #summaryTable thead th:last-child {
        border-radius: 0 5px 5px 0;
    }


    /* Alignment Helpers */
    #summaryTable .left-align {
        text-align: left;
    }

    /* Number Formatting */
    .result-table-row-figure {
        text-align: right;
        font-weight: 600;
    }

    .result-table-row-figure.protected,
    .right-align.protected {
        color: var(--color-optimly-green);
    }

    .result-table-row-figure.unprotected,
    .right-align.unprotected {
        color: var(--color-optimly-flame-red);
    }

