.footer-trust {
  padding: 0;
}

.footer-trust__grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-trust__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: inherit;
}

.footer-trust__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
  opacity: 0.8;
}

.footer-trust__text {
  font-size: 0.95rem;
  font-weight: 500;
  color: rgba(var(--color-foreground), 0.85);
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .footer-trust__grid {
    gap: 1.5rem 2rem;
    justify-content: center;
  }

  .footer-trust__text {
    font-size: 0.85rem;
  }
}
