/* The eKomi rating card — a PORT of the design, which repeats it on the sales
   page and the corporate page. Declarations are the design's, verbatim; the
   brand hex resolves through the theme token rather than being restated. */

.social-proof { text-align: center; }

.social-proof__logo { height: 40px; margin-bottom: 12px; }

.social-proof__stars {
  color: var(--color-star);
  font-size: var(--text-2xl);
  letter-spacing: 3px;
  margin-bottom: 12px;
}

.social-proof__note {
  font-size: var(--text-md);
  color: #3A3556;
  line-height: 1.5;
  margin: 0 0 18px;
}

.social-proof__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-primary);
  color: var(--color-primary);
  text-decoration: none;
  font-weight: 500;
  font-size: var(--text-base);
  padding: 0 28px;
  height: 48px;
  border-radius: var(--r-3xl);
}

.social-proof__link i { font-size: var(--text-lg); }
