/* reviews-platform-links-v1 — Google / Yelp / Facebook CTAs on /reviews */

.reviews-leave-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  align-items: center;
  margin-top: 0.35rem;
}

.reviews-google-cta {
  padding: clamp(1.25rem, 3vw, 1.75rem) !important;
}

.reviews-google-cta h3 {
  color: var(--palette-ink, #1a1a1a) !important;
  margin-bottom: 0.5rem;
}

.reviews-google-cta p {
  color: var(--palette-mute, #5c5c5c) !important;
  margin-bottom: 1.1rem;
  max-width: 52ch;
  line-height: 1.65;
}

.reviews-leave-btn {
  min-height: 2.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700 !important;
}

.reviews-leave-btn--yelp {
  border-color: rgba(0, 0, 0, 0.16) !important;
}

.reviews-leave-btn--facebook {
  border-color: rgba(0, 0, 0, 0.16) !important;
}

.reviews-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
}

.google-review-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.7rem 1.15rem;
  border-radius: 10px;
  background: #1c1c1c !important;
  color: #e6e6e6 !important;
  border: 1px solid #1c1c1c !important;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.18s ease, background 0.18s ease;
}

.google-review-btn:hover {
  background: #000 !important;
  color: #fff !important;
  transform: translateY(-1px);
}

.google-review-btn-icon {
  width: 1.15rem;
  height: 1.15rem;
  flex-shrink: 0;
}
