.google-reviews-footer {
  padding: 60px 20px !important;
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  background: #f9f9f9 !important;
  border-top: 2px solid #ccc !important;
  font-family: sans-serif !important;
  max-width: 1200px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.google-reviews-title {
  font-size: 1.6rem !important;
  margin-bottom: 30px !important;
  text-align: center !important;
  color: #000A44 !important;
}

.google-reviews-list {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
  gap: 25px !important;
}

.google-review-card {
  background: white !important;
  padding: 20px !important;
  border-radius: 10px !important;
  border: 1px solid #ddd !important;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05) !important;
}

.google-review-header {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  margin-bottom: 12px !important;
}

.google-review-avatar {
  width: 30px !important;
  height: 30px !important;
  border-radius: 50% !important;
  object-fit: cover !important;
}

.google-review-stars {
  color: #fbbc04 !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
}

.google-review-text {
  font-size: 0.95rem !important;
  line-height: 1.5 !important;
  color: #000A44 !important;
}

.google-review-button-wrapper {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  margin-bottom: 30px !important;
}


.google-review-button {
  display: inline-block !important;
  background-color: #000A44 !important;
  color: white !important;
  border-radius: 5px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  padding: 12px 24px !important;
  transition: background-color 0.3s ease !important;
  max-width: 100% !important;
  text-align: center !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}


.google-review-button:hover {
  background-color: #002266 !important;
}

