/* Reviews hub */
.rev-logo {
  width: 96px;
  height: 64px;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  background: var(--sky);
  border-radius: 0.75rem;
  padding: 0.5rem;
}
.rev-logo img {
  max-height: 48px;
  max-width: 100%;
  object-fit: contain;
}
.review-card .cta-primary {
  margin-top: 0.5rem;
}
