.google-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: system-ui, -apple-system, sans-serif;
  background: #ffffff;
  padding: 10px 16px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.google-badge:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

.google-icon {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
}

.google-rating-score {
  font-weight: 700;
  font-size: 1.1rem;
  color: #202124;
}

.google-stars-outer {
  position: relative;
  font-size: 1.1rem;
  color: #e0e0e0;
  letter-spacing: 2px;
}

.google-stars-inner {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
  color: #f4b400;
}

.google-reviews-count {
  font-size: 0.9rem;
  color: #5f6368;
}
