.sgrs-carousel{--sgrs-color-primary:#6AA61E;--sgrs-color-text:#4A3B33;--sgrs-color-bg-alt:#F2F2F2;--sgrs-color-star:#F5A623;--sgrs-font-family:Calibri, Arial, sans-serif;position:relative;display:flex;align-items:center;gap:12px;font-family:var(--sgrs-font-family);margin:24px 0}.sgrs-carousel-track{display:flex;align-items:flex-start;gap:20px;overflow-x:auto;overflow-y:visible;scroll-behavior:smooth;scroll-snap-type:x mandatory;flex:1;padding:4px}.sgrs-carousel-track{scrollbar-width:none}.sgrs-carousel-track::-webkit-scrollbar{display:none}.sgrs-review-card{background:var(--sgrs-color-bg-alt);border-radius:10px;padding:18px 20px;box-shadow:0 1px 3px rgb(0 0 0 / .08);scroll-snap-align:start;flex:0 0 calc((100% / var(--sgrs-visible, 3)) - 14px);min-width:220px;max-height:230px;overflow:hidden;position:relative;transition:max-height 0.25s ease,box-shadow 0.25s ease}.sgrs-review-card:hover,.sgrs-review-card:focus-within{max-height:600px;z-index:5;box-shadow:0 6px 20px rgb(0 0 0 / .18)}.sgrs-review-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:10px}.sgrs-author-photo{border-radius:50%;width:40px;height:40px;object-fit:cover;flex-shrink:0}.sgrs-author-initial{display:flex;align-items:center;justify-content:center;background:var(--sgrs-color-primary);color:#fff;font-weight:700;font-size:1em}.sgrs-author-block{display:flex;flex-direction:column;flex:1;min-width:0}.sgrs-author-name{font-weight:700;color:var(--sgrs-color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sgrs-review-date{font-size:.8em;opacity:.7;color:var(--sgrs-color-text)}.sgrs-google-logo{flex-shrink:0;display:flex;align-items:center;margin-left:auto}.sgrs-rating-row{display:flex;align-items:center;gap:6px;margin-bottom:8px}.sgrs-stars{color:var(--sgrs-color-star);font-size:1.1em;letter-spacing:1px}.sgrs-verified-badge{display:inline-flex;align-items:center}.sgrs-review-text{color:var(--sgrs-color-text);font-size:.95em;line-height:1.5;margin:0;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.sgrs-review-card:hover .sgrs-review-text,.sgrs-review-card:focus-within .sgrs-review-text{-webkit-line-clamp:unset;overflow:visible}.sgrs-arrow{flex-shrink:0;width:36px;height:36px;border-radius:50%;border:1px solid rgb(0 0 0 / .15);background:#fff;color:var(--sgrs-color-text);font-size:1.4em;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.sgrs-arrow:hover{background:var(--sgrs-color-bg-alt)}.sgrs-empty{color:var(--sgrs-color-text,#4A3B33);font-style:italic}@media (max-width:782px){.sgrs-review-card{flex:0 0 85%}}