.PhysicalProductReview {

    /* stylelint-disable selector-no-type */

    & > section {
        border-bottom: $grey_200 solid 1px;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }

    & > section:last-of-type {
        margin-bottom: 20px;
    }

    /* stylelint-enable selector-no-type */

    &-footer {
        display: flex;
        justify-content: flex-end;
    }

    &-button--back {
        flex: 0 0 $sixth_inner_width;
        margin-right: $grid_gutter_width;
    }

    &-button--submit {
        flex: 0 0 $quarter_inner_width;
    }
}
