/* NORZAR v210 — Home guest reviews */
body.page-home.home-refined-v205 .home-reviews .home-review-grid{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;max-width:none!important;margin-inline:0!important;align-items:stretch;
}
body.page-home.home-refined-v205 .home-reviews .review-card{min-height:300px;}
@media (min-width:701px) and (max-width:1050px){
  body.page-home.home-refined-v205 .home-reviews .home-review-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  body.page-home.home-refined-v205 .home-reviews .review-card:nth-child(3){grid-column:1/-1;width:calc((100% - 18px)/2);justify-self:center;}
}
@media (max-width:700px){
  body.page-home.home-refined-v205 .home-reviews .home-review-grid{grid-template-columns:1fr!important;max-width:850px!important;margin-inline:auto!important;}
  body.page-home.home-refined-v205 .home-reviews .review-card{min-height:0;width:auto!important;grid-column:auto!important;}
  body.page-home .home-reviews .home-review-grid .review-card:nth-child(n+2){display:flex!important;}
}
