.suite-hero__actions {
  align-items: stretch;
}

.suite-google-review {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 54px;
  padding: 0 18px;
  background: #fff;
  border: 1px solid #e0e8e8;
  border-radius: 14px;
  box-shadow: 0 4px 8px rgba(2, 72, 71, .06), 0 2px 4px rgba(2, 72, 71, .05);
}

.suite-google-review__logo {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.suite-google-review__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.18;
}

.suite-google-review__rating {
  display: flex;
  align-items: center;
  gap: 6px;
}

.suite-google-review__rating b {
  color: var(--suite-ink);
  font: 800 1.05rem Poppins, Arial, sans-serif;
}

.suite-google-review__stars {
  color: #f5a623;
  font-size: .9rem;
  letter-spacing: 1px;
  white-space: nowrap;
}

.suite-google-review small {
  color: var(--suite-muted);
  font-size: .76rem;
}
