/* Manual Google Social Proof — Gagan Growth */
.gg-social-proof {
  width: fit-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  padding: 10px 14px;
  color: #1F2937;
  background: rgba(255,255,255,.92);
  border: 1px solid #E4EAF1;
  border-radius: 12px;
  font: inherit;
}

.gg-social-proof__rating {
  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.gg-social-proof__stars {
  color: #F9AB00;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 1px;
  white-space: nowrap;
}

.gg-social-proof__reviews {
  color: #667085;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 600;
}

.gg-social-proof__reviews strong {
  color: #1F2937;
  font-weight: 800;
}

@media (max-width: 549px) {
  .gg-social-proof {
    gap: 7px;
    padding: 9px 12px;
  }

  .gg-social-proof__rating,
  .gg-social-proof__stars {
    font-size: 14px;
  }

  .gg-social-proof__reviews {
    font-size: 12px;
  }
}
