.FooterInfo__group.FooterInfo__group--main .FooterInfo__groupcontent p {
  line-height: 1.5rem;
}

/* The Hanna CDN sets display:flex + flex-flow:row wrap on .FooterBadges.
   ::before is a full-width separator flex item (first row); badge <li>s
   follow on the next row. Only override what the CDN leaves unset. */
.FooterBadges {
  align-items: center;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

/* Constrain both inline SVGs and dynamic <img> badges to the same 105px cap. */
.FooterBadges__badge img,
.FooterBadges__badge svg {
  display: block;
  max-width: 105px;
  height: auto;
}
