/* Google Reviews Widget */
.gbp-reviews-section {
  background: #f9f9f9;
  padding: 48px 20px;
  text-align: center;
}
.gbp-reviews-section h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  color: #222;
}
.gbp-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 32px;
}
.gbp-rating-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #222;
  line-height: 1;
}
.gbp-stars {
  color: #f4b400;
  font-size: 1.4rem;
  letter-spacing: 2px;
}
.gbp-review-count {
  font-size: 0.9rem;
  color: #666;
}
.gbp-review-count a {
  color: #fb2056;
  text-decoration: none;
}
.gbp-review-count a:hover { text-decoration: underline; }
.gbp-reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto 28px auto;
}
.gbp-review-card {
  background: #fff;
  border-radius: 8px;
  padding: 22px;
  text-align: left;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}
.gbp-review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.gbp-reviewer-photo {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.gbp-reviewer-name {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #222;
}
.gbp-review-time {
  font-size: 0.78rem;
  color: #999;
}
.gbp-review-stars {
  color: #f4b400;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.gbp-review-text {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.6;
}
.gbp-write-review {
  display: inline-block;
  margin-top: 8px;
  padding: 10px 24px;
  background: #fb2056;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 0.85rem;
  text-decoration: none;
  border-radius: 4px;
  letter-spacing: 0.5px;
}
.gbp-write-review:hover { background: #d4003f; color: #fff; }
/* Google Maps embed */
.gbp-map-section {
  padding: 0;
  line-height: 0;
}
.gbp-map-section iframe {
  width: 100%;
  height: 380px;
  border: 0;
  display: block;
}
@media (max-width: 600px) {
  .gbp-reviews-grid { grid-template-columns: 1fr; }
  .gbp-rating-number { font-size: 2rem; }
}
