top of page
bottom of page
/* Mobile: Show only 2 reviews on small screens */ @media (max-width: 767px) { .sk-google-reviews .sk-review:nth-child(n+3) { display: none !important; } } /* Desktop: Show all reviews (do nothing — default is full list) */