[data-content-gallery][hidden], #gallery[hidden], #customer-reviews[hidden] { display: none !important; }
.shared-reviews-section { padding: 70px 0; }
.shared-reviews-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 290px), 1fr)); gap: 24px; }
.shared-review-card { padding: 28px; background: #fff; border: 1px solid #d7edf1; border-radius: 24px; display: flex; flex-direction: column; gap: 16px; min-width: 0; }
.shared-review-stars { color: #238d9c; letter-spacing: 3px; font-size: 1.15rem; }
.shared-review-card blockquote { margin: 0; line-height: 1.7; white-space: pre-line; overflow-wrap: anywhere; }
.shared-review-card a { color: #237d89; font-size: .9rem; }
.shared-review-name { margin-top: auto; font-weight: 750; }
.quote-service-photo { width: 100%; height: 155px; object-fit: cover; border-radius: 12px; margin-bottom: 4px; }
