.pgs-trust-section {
  background-color: #f0f0f0;
  padding: 56px 24px;
  margin-top: 1em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.pgs-trust-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 1080px;
  margin: 0 auto;
}

.pgs-trust-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 40px;
}

.pgs-trust-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  flex-shrink: 0;
}

.pgs-trust-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.pgs-trust-icon--flag img {
  width: 72px;
  height: 72px;
  border-radius: 16px;
  object-fit: cover;
}

.pgs-trust-icon--photo {
  width: 72px;
  height: 72px;
}

.pgs-trust-icon--photo img {
  width: 72px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.pgs-trust-title {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  margin: 0 0 12px 0;
  line-height: 1.4;
}

.pgs-trust-text {
  font-size: 14px;
  color: #444;
  line-height: 1.65;
  margin: 0;
  max-width: 260px;
}

.pgs-trust-link {
  color: #1a73e8;
  text-decoration: underline;
  font-size: 14px;
}

.pgs-trust-link:hover {
  color: #1558b0;
  text-decoration: none;
}

.pgs-trust-divider {
  width: 1px;
  background-color: #d0d0d0;
  flex-shrink: 0;
  align-self: stretch;
  margin: 8px 0;
}

/* Placeholder pour les images manquantes */

@media (max-width: 640px) {
  .pgs-trust-section {
    padding: 40px 16px;
  }

  .pgs-trust-container {
    flex-direction: column;
    align-items: center;
    gap: 32px;
  }

  .pgs-trust-item {
    width: 100%;
    max-width: 400px;
    padding: 0 12px;
  }

  .pgs-trust-text {
    max-width: 100%;
  }

  .pgs-trust-divider {
    width: 60px;
    height: 1px;
    align-self: center;
    margin: 0;
  }
}
