/* Shared Google reviews design */
.google-reviews-brand {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}
.google-reviews-brand-copy {
  color: rgba(180,230,225,.62);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.google-wordmark {
  display: inline-flex;
  align-items: center;
  margin-top: 3px;
  font-family: Arial, sans-serif;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 700;
  letter-spacing: -1.7px;
  line-height: 1;
  text-transform: none;
}
.google-wordmark span:nth-child(1), .google-wordmark span:nth-child(4) { color: #4285F4; }
.google-wordmark span:nth-child(2), .google-wordmark span:nth-child(6) { color: #EA4335; }
.google-wordmark span:nth-child(3) { color: #FBBC05; }
.google-wordmark span:nth-child(5) { color: #34A853; }
.google-reviews-brand-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  flex-shrink: 0;
  border: 1px solid rgba(66,133,244,.35);
  border-radius: 50%;
  background: rgba(255,255,255,.06);
  color: #FBBC05;
  box-shadow: 0 0 22px rgba(66,133,244,.12);
}
.google-reviews-brand-icon svg { width: 20px; height: 20px; fill: rgba(251,188,5,.18); }
.google-reviews-question {
  margin-bottom: 12px;
  color: #e0f0ee;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.65rem;
  font-weight: 700;
  letter-spacing: 1.5px;
  line-height: 1.2;
}
.google-reviews-question span {
  background: linear-gradient(90deg,#00C9A7,#00B4D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.google-reviews-root { margin: 0; min-height: 0; }
.google-reviews-summary { margin-bottom: 15px; }
.google-reviews-average { display: flex; align-items: center; gap: 12px; }
.google-reviews-number {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  background: linear-gradient(90deg,#00C9A7,#00B4D8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.google-review-stars {
  color: #FBBC05;
  font-size: .82rem;
  letter-spacing: 1px;
  line-height: 1;
  text-shadow: 0 0 8px rgba(251,188,5,.16);
}
.google-reviews-summary .google-review-stars { font-size: 1.08rem; letter-spacing: 2px; }
.google-reviews-total { margin-top: 4px; color: rgba(160,210,205,.5); font-size: .7rem; }
.google-reviews-latest-label {
  display: block;
  margin: 0 0 10px;
  color: rgba(105,135,131,.58);
  font-size: .59rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: .35px;
  text-align: center;
  filter: blur(.12px);
}
.google-reviews-list {
  display: flex;
  flex-direction: column;
  gap: 11px;
  max-height: 390px;
  overflow-y: auto;
  padding-right: 4px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0,201,167,.25) transparent;
}
.google-reviews-list::-webkit-scrollbar { width: 4px; }
.google-reviews-list::-webkit-scrollbar-thumb { background: rgba(0,201,167,.25); border-radius: 4px; }
.google-review-card {
  padding: 13px;
  border: 1px solid rgba(0,201,167,.1);
  border-radius: 10px;
  background: rgba(0,201,167,.045);
  transition: border-color .25s, background .25s;
}
.google-review-card:hover { border-color: rgba(0,201,167,.28); background: rgba(0,201,167,.075); }
.google-review-top { display: flex; align-items: center; gap: 9px; margin-bottom: 7px; }
.google-review-avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  overflow: hidden;
  border: 1px solid rgba(0,201,167,.2);
  border-radius: 50%;
  background: linear-gradient(135deg,rgba(0,201,167,.25),rgba(0,180,216,.25));
  color: #00C9A7;
  font-size: .75rem;
  font-weight: 700;
  text-decoration: none;
}
.google-review-avatar img { width: 100%; height: 100%; object-fit: cover; }
.google-review-meta { min-width: 0; flex: 1; }
.google-review-name {
  display: block;
  overflow: hidden;
  color: #e0f0ee;
  font-size: .8rem;
  font-weight: 600;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.google-review-text { color: rgba(170,220,215,.68); font-size: .77rem; line-height: 1.65; }
.google-review-footer {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin-top: 7px;
  color: rgba(0,201,167,.4);
  font-size: .64rem;
}
.google-review-footer a { color: rgba(0,201,167,.7); text-decoration: none; }
.google-review-footer a:hover { color: #00C9A7; }
.google-reviews-status {
  display: flex;
  min-height: 130px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: rgba(160,210,205,.55);
  font-size: .78rem;
  line-height: 1.5;
  text-align: center;
}
.google-reviews-status svg { width: 22px; height: 22px; color: #00C9A7; animation: googleReviewsSpin 1.2s linear infinite; }
.google-reviews-status-error svg { animation: none; }
.google-reviews-cta { margin-top: 16px; text-align: center; }
.google-reviews-cta a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 9px 18px;
  border: 1px solid rgba(0,201,167,.25);
  border-radius: 8px;
  background: rgba(0,201,167,.06);
  color: #00C9A7;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .8px;
  text-decoration: none;
  transition: all .25s;
}
.google-reviews-cta a:hover { transform: translateY(-1px); border-color: rgba(0,201,167,.5); background: rgba(0,201,167,.14); }
.google-reviews-cta svg { width: 14px; height: 14px; }
@keyframes googleReviewsSpin { to { transform: rotate(360deg); } }
