:root{--gr-font-family:inherit;--gr-primary-color:#1a73e8;--gr-text-color:#202124;--gr-text-secondary:#5f6368;--gr-border-color:#dadce0;--gr-background:#ffffff;--gr-background-secondary:#f8f9fa;--gr-star-color:#fbbc04;--gr-star-empty:#dadce0;--gr-spacing-xs:0.25rem;--gr-spacing-sm:0.5rem;--gr-spacing-md:1rem;--gr-spacing-lg:1.5rem;--gr-spacing-xl:2rem;--gr-radius-sm:0.25rem;--gr-radius-md:0.5rem;--gr-radius-lg:1rem;--gr-shadow:0 1px 3px rgba(0,0,0,0.1),0 1px 2px rgba(0,0,0,0.06)}.gr-reviews-container{font-family:var(--gr-font-family);color:var(--gr-text-color)}.gr-summary{display:flex;align-items:center;gap:var(--gr-spacing-md);margin-bottom:var(--gr-spacing-xl);flex-wrap:wrap}.gr-review-count{color:var(--gr-text-secondary);font-size:.875rem}.gr-reviews{display:flex;flex-direction:column}.gr-grid,.gr-reviews{gap:var(--gr-spacing-lg)}.gr-grid{display:grid}.gr-cols-2{grid-template-columns:repeat(2,1fr)}.gr-cols-3{grid-template-columns:repeat(3,1fr)}.gr-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:1024px){.gr-cols-4{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.gr-cols-3,.gr-cols-4{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.gr-cols-2,.gr-cols-3,.gr-cols-4{grid-template-columns:1fr}}.gr-list{display:flex;flex-direction:column}.gr-carousel{display:flex;flex-direction:row;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:var(--gr-spacing-lg);padding-bottom:var(--gr-spacing-md)}.gr-carousel .gr-review-card{flex:0 0 320px;scroll-snap-align:start}.gr-review-card{background:var(--gr-background);border:1px solid var(--gr-border-color);border-radius:var(--gr-radius-lg);padding:var(--gr-spacing-lg);display:flex;flex-direction:column;gap:var(--gr-spacing-sm)}.gr-review-header{display:flex;align-items:flex-start;gap:var(--gr-spacing-md)}.gr-reviewer-photo{flex-shrink:0}.gr-photo,.gr-photo-placeholder{width:40px;height:40px;border-radius:50%;object-fit:cover}.gr-photo-placeholder{background:var(--gr-background-secondary);display:flex;align-items:center;justify-content:center;color:var(--gr-text-secondary)}.gr-photo-placeholder svg{width:24px;height:24px}.gr-reviewer-info{flex:1;min-width:0}.gr-reviewer-name{display:block;font-weight:500;font-size:.9375rem;line-height:1.4;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gr-review-date{display:block;color:var(--gr-text-secondary);font-size:.8125rem}.gr-google-badge{flex-shrink:0;width:20px;height:20px}.gr-google-badge svg{width:100%;height:100%}.gr-star-rating{display:flex;align-items:center;gap:var(--gr-spacing-sm)}.gr-stars{display:flex;gap:2px}.gr-star{color:var(--gr-star-empty)}.gr-star-filled{color:var(--gr-star-color)}.gr-star-sm .gr-star{width:16px;height:16px}.gr-star-md .gr-star{width:20px;height:20px}.gr-star-lg .gr-star{width:24px;height:24px}.gr-rating-number{font-weight:600;font-size:1rem}.gr-star-lg .gr-rating-number{font-size:1.25rem}.gr-review-content{margin-top:var(--gr-spacing-xs)}.gr-review-text{margin:0;font-size:.9375rem;line-height:1.6;color:var(--gr-text-color)}.gr-read-more{background:none;border:none;padding:0;color:var(--gr-primary-color);font-size:.875rem;cursor:pointer;margin-top:var(--gr-spacing-xs)}.gr-read-more:hover{text-decoration:underline}.gr-business-response{background:var(--gr-background-secondary);border-radius:var(--gr-radius-md);padding:var(--gr-spacing-md);margin-top:var(--gr-spacing-sm)}.gr-response-header{display:flex;justify-content:space-between;align-items:center;gap:var(--gr-spacing-md);margin-bottom:var(--gr-spacing-xs);flex-wrap:wrap}.gr-response-label{font-weight:500;font-size:.8125rem;color:var(--gr-text-secondary)}.gr-response-date{font-size:.75rem;color:var(--gr-text-secondary)}.gr-response-text{margin:0;font-size:.875rem;line-height:1.5;color:var(--gr-text-color)}.gr-attribution{display:flex;align-items:center;gap:var(--gr-spacing-sm);margin-top:var(--gr-spacing-xl);padding-top:var(--gr-spacing-lg);border-top:1px solid var(--gr-border-color)}.gr-google-logo{width:20px;height:20px;flex-shrink:0}.gr-attribution-text{font-size:.8125rem;color:var(--gr-text-secondary)}.gr-badge{display:block;width:-moz-fit-content;width:fit-content;background:var(--gr-background);box-shadow:var(--gr-shadow);border-top:4px solid #34a853;text-decoration:none;transition:box-shadow .2s ease,border-color .2s ease}.gr-badge:hover{box-shadow:0 4px 6px rgba(0,0,0,.1),0 2px 4px rgba(0,0,0,.06)}.gr-badge-content{display:flex;align-items:center;gap:var(--gr-spacing-md);padding:var(--gr-spacing-md) var(--gr-spacing-lg)}.gr-badge-info{display:flex;flex-direction:column}.gr-badge-label{font-size:.875rem;color:var(--gr-text-secondary);font-weight:500}.gr-badge-rating{display:flex;align-items:center;gap:var(--gr-spacing-sm)}.gr-badge-number{font-size:1.25rem;font-weight:700;color:#34a853}.gr-badge-stars{display:flex;align-items:center;gap:2px}.gr-badge-star{width:16px;height:16px}.gr-badge-count{font-size:.75rem;color:var(--gr-text-secondary)}