.PhysicalProductGoalsReview {
    background-color: var(--white);

    &-section {
        display: flex;
        flex-wrap: wrap;
        width: $content-inner-width;

        .PhysicalProductGoalsItem {
            margin-right: $grid_gutter_width;
        }

        .PhysicalProductReviewInfoItem {
            padding-top: 10px;
        }

        .PhysicalProductGoalsItem:nth-child(4n + 1) {
            margin-right: 0;
        }
    }

    &-section-title {
        width: 100%;
    }

    &-section-heading {
        color: $grey_300;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-weight: $weight_extra_bold;
        margin-bottom: 10px;
        margin-top: 0;
        width: 100%;
    }

    &-table {
        width: 50%;

        &-headercell,
        &-row {
            width: 15%;
        }

        &-cell:first-child,
        &-headercell:first-child {
            width: 70%;
        }

        &-row:last-child &-cell {
            border-bottom: none;
        }

        &-total &-head &-row &-headercell {
            color: var(--gray-800);
            font-size: 15px;
            font-weight: $weight_extra_bold;
            text-transform: none;
        }

        &-no-borders {
            border-bottom: none !important; /* stylelint-disable-line */
            border-top: none !important; /* stylelint-disable-line */
        }

        &-foot {
            border-bottom: 1px solid var(--gray-400);
            border-top: 1px solid var(--gray-400);
            font-size: 15px;
        }
    }

}
