.google-reviews-section {
  background: #f8fafc;
  padding: clamp(30px, 5vw, 56px) 16px;
}

.google-reviews-container {
  max-width: 1180px;
  margin: 0 auto;
}

.google-reviews-panel {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(15, 47, 70, .08);
  padding: clamp(18px, 3vw, 28px);
}

.google-reviews-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.google-reviews-title {
  margin: 0;
  color: #0f2f46;
  font: 900 clamp(24px, 3vw, 34px)/1.15 Arial, Helvetica, sans-serif;
}

.google-reviews-subtitle {
  margin: 8px 0 0;
  color: #64748b;
  font: 700 15px/1.6 Arial, Helvetica, sans-serif;
}

.google-reviews-summary {
  min-width: 220px;
  text-align: right;
}

.google-reviews-place {
  display: block;
  color: #0f2f46;
  font: 900 18px/1.2 Arial, Helvetica, sans-serif;
}

.google-reviews-score {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  margin-top: 7px;
  color: #f97316;
  font-weight: 900;
}

.google-reviews-count {
  display: block;
  margin-top: 5px;
  color: #64748b;
  font: 800 13px/1.3 Arial, Helvetica, sans-serif;
}

.google-reviews-all {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 12px;
  padding: 0 14px;
  border-radius: 999px;
  background: #16a34a;
  color: #fff !important;
  text-decoration: none;
  font: 900 13px/1 Arial, Helvetica, sans-serif;
}

.google-reviews-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 32px) / 3);
  gap: 16px;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  padding: 2px 2px 12px;
  scrollbar-width: thin;
}

.google-review-card {
  scroll-snap-align: start;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 18px;
  box-shadow: 0 12px 28px rgba(15, 47, 70, .07);
  padding: 16px;
  min-height: 260px;
}

.google-review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}

.google-review-photo {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  background: #e2e8f0;
  object-fit: cover;
  flex: 0 0 auto;
}

.google-review-name {
  display: block;
  color: #0f2f46;
  font: 900 15px/1.25 Arial, Helvetica, sans-serif;
}

.google-review-time {
  display: block;
  margin-top: 3px;
  color: #64748b;
  font: 800 12px/1.25 Arial, Helvetica, sans-serif;
}

.google-review-stars {
  margin: 13px 0 8px;
  color: #f97316;
  letter-spacing: 1px;
  font-size: 18px;
  line-height: 1;
}

.google-review-text {
  margin: 0;
  color: #334155;
  font: 700 14px/1.65 Arial, Helvetica, sans-serif;
}

.google-review-card.is-collapsed .google-review-text {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.google-review-more {
  display: inline-flex;
  margin-top: 10px;
  border: 0;
  background: transparent;
  color: #047857;
  padding: 0;
  font: 900 13px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.google-review-source {
  display: inline-flex;
  margin-top: 14px;
  color: #0f766e;
  font: 900 13px/1.2 Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.google-reviews-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  margin-top: 14px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: #0f2f46;
  color: #fff;
  font: 900 13px/1 Arial, Helvetica, sans-serif;
  cursor: pointer;
}

.reviews-loading,
.google-reviews-empty {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  color: #64748b;
  font: 800 15px/1.6 Arial, Helvetica, sans-serif;
  padding: 18px;
}

@media (max-width: 900px) {
  .google-reviews-head {
    display: block;
  }

  .google-reviews-summary {
    text-align: left;
    margin-top: 16px;
  }

  .google-reviews-score {
    justify-content: flex-start;
  }

  .google-reviews-track {
    grid-auto-columns: calc((100% - 16px) / 2);
  }
}

@media (max-width: 620px) {
  .google-reviews-section {
    padding: 24px 12px;
  }

  .google-reviews-panel {
    border-radius: 18px;
    padding: 16px;
  }

  .google-reviews-track {
    grid-auto-columns: 100%;
  }
}
