/* greviews - Google Reviews Widget */
.gr-wrap{position:relative;overflow:hidden;width:100%}
.gr-track{display:flex;gap:16px;transition:transform .5s ease;will-change:transform}
.gr-card{flex:0 0 calc(20% - 13px);min-width:180px;background:#fff;border-radius:12px;padding:20px;box-shadow:0 2px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;position:relative}
.gr-head{display:flex;align-items:center;gap:10px;margin-bottom:12px}
.gr-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover}
.gr-info{flex:1}
.gr-name{font-size:.85em;font-weight:600;color:#000}
.gr-date{font-size:.7em;color:#888;margin-top:2px}
.gr-google-icon{opacity:.5}
.gr-stars{color:#FFC107;font-size:1em;letter-spacing:1px;margin-bottom:10px}
.gr-stars-empty{color:#ddd}
.gr-text{font-size:.82em;line-height:1.5;color:#333;flex:1;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}
.gr-nav{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}
.gr-btn{width:40px;height:40px;border-radius:50%;border:2px solid #FF002D;background:transparent;color:#FF002D;font-size:1.2em;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}
.gr-btn:hover{background:#FF002D;color:#fff}
.gr-dots{display:flex;gap:6px}
.gr-dot{width:8px;height:8px;border-radius:50%;background:#ddd;cursor:pointer;transition:all .2s}
.gr-dot.active{background:#FF002D}
.gr-google{text-align:center;margin-top:16px;font-size:.8em}
.gr-google a{color:#666;text-decoration:none}
.gr-google a:hover{color:#FF002D}
@media(max-width:1024px){.gr-card{flex:0 0 calc(33.33% - 11px)}}
@media(max-width:768px){.gr-card{flex:0 0 calc(50% - 8px)}}
@media(max-width:480px){.gr-card{flex:0 0 100%}}
