/* Scope only the review body; visit dates and source links remain visible. */
html body.home .fg-reviews .fg-review-grid .fg-review-link blockquote > span,
html:has(style#np-home-review-enhancements-css) body.home main#main .nh-reviews .nh-review-cards blockquote p,
html body.home #visitor-reviews.s-home-reviews .s-review-card blockquote,
html body.home #reviews.bf-reviews .bf-review-cards figure blockquote,
html body.home #bf-reviews.bf-reviews .bf-review-grid .bf-review blockquote {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3;
    height: auto !important;
    min-height: 0 !important;
    max-height: 3lh !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
}
