.google-reviews-carousel { margin-top: 22px; }
.top-reviews { padding: 4px 0 28px; }
.google-review-summary {
  align-items: center;
  background: #f3f4f6;
  border-radius: 28px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-bottom: 22px;
  padding: 20px 24px;
}
.google-review-summary-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.google-review-summary strong {
  color: #17191b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 26px;
  line-height: 1;
}
.google-review-summary-stars {
  color: #fbbc04;
  font-size: 25px;
  letter-spacing: 0;
}
.google-review-summary-count {
  color: #30343a;
  font-size: 16px;
}
.google-review-summary-logo {
  display: block;
  height: 25px;
  object-fit: contain;
  width: auto;
}
.google-review-summary-logo-link {
  display: inline-flex;
}
.google-review-summary-button {
  background: #0b6ffb;
  border-radius: 999px;
  color: #fff;
  flex: 0 0 auto;
  font-weight: 800;
  padding: 12px 20px;
  text-decoration: none;
}
.google-review-summary-button:hover {
  background: #095dcc;
}
.google-review-stage {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 255px;
  position: relative;
}
.google-review-card {
  background: #f3f4f6;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  min-height: 280px;
  padding: 26px;
}
.google-review-author { align-items: center; display: flex; gap: 12px; margin-bottom: 12px; }
.google-review-avatar-wrap {
  display: inline-flex;
  flex: 0 0 auto;
  position: relative;
}
.google-review-avatar { border-radius: 50%; height: 44px; object-fit: cover; width: 44px; }
.google-review-avatar-google {
  background: #fff;
  border-radius: 50%;
  bottom: -4px;
  height: 20px;
  padding: 2px;
  position: absolute;
  right: -5px;
  width: 20px;
}
.google-review-author a { color: var(--blue-dark); font-weight: 800; text-decoration: none; }
.google-review-date { color: var(--muted); display: block; font-size: 13px; }
.google-review-stars {
  color: #fbbc04;
  font-size: 21px;
  letter-spacing: 2px;
  line-height: 1;
  margin-bottom: 12px;
}
.google-review-text { margin: 0 0 14px; }
.google-review-source { color: #0b6ffb; font-size: 14px; font-weight: 700; }
.google-review-controls {
  align-items: center;
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 14px;
}
.google-review-control {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--blue-dark);
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  width: 40px;
}
.google-review-dots { display: flex; gap: 7px; }
.google-review-dot {
  background: #b8c2c8;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 9px;
  padding: 0;
  width: 9px;
}
.google-review-dot[aria-current="true"] { background: var(--blue); }
.google-review-notice {
  color: var(--muted);
  font-size: 12px;
  margin: 12px 0 0;
  text-align: center;
}
@media (max-width: 700px) {
  .google-review-summary {
    align-items: stretch;
    flex-direction: column;
  }
  .google-review-summary-button {
    text-align: center;
  }
  .google-review-stage {
    grid-template-columns: 1fr;
    min-height: 320px;
  }
}
