/* START: Homepage review highlights v1.32.0 */
/* Hide only old sample cards, even before content filters finish rendering. */
body.home .bh-reviews-section { display:none!important; }
.bho-home-reviews .bh-review-grid { display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px; }
.bho-home-reviews .bh-review-card { min-width:0;display:flex;flex-direction:column; }
.bho-home-reviews blockquote { border:0;padding:0;margin:18px 0 24px;overflow-wrap:anywhere; }
.bho-home-reviews .bho-review-stars { color:var(--bh-wine,#780019);letter-spacing:3px;font-size:20px; }
.bho-home-reviews footer { margin-top:auto;display:grid;gap:8px; }
.bho-home-reviews footer a { color:var(--bh-wine,#780019);text-decoration:underline;text-underline-offset:3px;overflow-wrap:anywhere; }
@media(max-width:980px){.bho-home-reviews .bh-review-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:600px){.bho-home-reviews .bh-review-grid{grid-template-columns:minmax(0,1fr);}}
/* END: Homepage review highlights v1.32.0 */
