/* Trust Badges - Venus Reviews */
.trust-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
  margin: 1.25rem auto 0;
  max-width: 760px;
}

.footer-trust-pill {
  align-items: center;
  background: rgba(255, 247, 251, 0.07);
  border: 1px solid rgba(255, 107, 157, 0.28);
  border-radius: 999px;
  color: #f7edf4;
  display: inline-flex;
  font-size: 0.8125rem;
  font-weight: 700;
  gap: 0.45rem;
  line-height: 1.2;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.footer-trust-pill span {
  align-items: center;
  background: rgba(255, 107, 157, 0.18);
  border-radius: 999px;
  color: #ffb7cf;
  display: inline-flex;
  flex: 0 0 auto;
  font-size: 0.72rem;
  height: 1.25rem;
  justify-content: center;
  min-width: 1.25rem;
  padding: 0 0.25rem;
}

.footer-trust-pill:hover {
  background: rgba(255, 247, 251, 0.11);
  border-color: rgba(255, 107, 157, 0.46);
  color: #ffffff;
  transform: translateY(-1px);
}

@media (max-width: 520px) {
  .trust-badges {
    align-items: stretch;
    flex-direction: column;
    margin-top: 1rem;
  }

  .footer-trust-pill {
    justify-content: center;
    width: 100%;
  }
}
