.wp-theme-salient.single-product #comments {
    display: grid !important;
    row-gap: 3rem;
}
.wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title {
    margin-bottom: 0;
    white-space: nowrap;
}
.wp-theme-salient.single-product #comments > p {
    display: none;
}
@media (min-width:1000px) {
    .wp-theme-salient.single-product #comments {
        column-gap: 3rem;
        grid-template-columns: minmax(auto, 240px) 1fr;
    }
    .wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title {
        grid-row: 1 / 4;
        padding-right: 3rem;
    }
    .wp-theme-salient.single-product #comments h2.woocommerce-Reviews-title .glsr-stars {
        --glsr-review-star: 22px;
        justify-content: start;
    }
}
@media (max-width:999px) {
    .wp-theme-salient.single-product #comments .glsr-summary {
        margin: 0 auto;
    }
}