/* Google Reviews summary banner — Our Happy Clients */
.grs-wrap {
  width: 100%;
  padding: 40px 15px 30px;
  box-sizing: border-box;
}

.grs {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px;
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 20px 28px;
  box-sizing: border-box;
  background: #f7f6f2 !important;
  border: 1px solid #e4e2dc !important;
  border-radius: 14px !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.grs-left {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 14px;
  min-width: 0;
}

.grs-logo {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: block;
}

.grs-meta {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 4px;
  min-width: 0;
}

.grs-label {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Commissioner, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #8a8a8a !important;
  line-height: 1.2;
}

.grs-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: nowrap;
  gap: 8px;
}

.grs-stars {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 2px;
  line-height: 1;
}

.grs-stars svg {
  width: 18px;
  height: 18px;
  display: block;
}

.grs-score {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Commissioner, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a !important;
  line-height: 1;
}

.grs-count {
  margin: 0 !important;
  padding: 0 !important;
  font-family: Commissioner, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #8a8a8a !important;
  line-height: 1;
  white-space: nowrap;
}

.grs-divider {
  width: 1px !important;
  height: 44px !important;
  flex-shrink: 0;
  background: #d8d6d0 !important;
  align-self: center;
}

.grs-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px;
  margin: 0;
  padding: 12px 20px;
  box-sizing: border-box;
  white-space: nowrap;
  font-family: Commissioner, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  color: #53a235 !important;
  text-decoration: none !important;
  background: transparent !important;
  border: 1.5px solid #53a235 !important;
  border-radius: 10px !important;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.grs-cta:hover,
.grs-cta:focus {
  background: #53a235 !important;
  color: #fff !important;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .grs-wrap {
    padding: 24px 15px 16px;
  }

  .grs {
    flex-direction: column !important;
    gap: 16px;
    padding: 18px 16px;
    text-align: center;
  }

  .grs-left {
    flex-direction: column !important;
    gap: 10px;
  }

  .grs-meta {
    align-items: center !important;
  }

  .grs-row {
    justify-content: center !important;
    flex-wrap: wrap;
  }

  .grs-divider {
    width: 56% !important;
    height: 1px !important;
  }

  .grs-cta {
    width: 100%;
    white-space: normal;
  }
}
