/* IPA Store Footer Alignment v1.4.1 */
@media (max-width: 767px) {
  /* Social icons and payment methods share the same centered visual axis. */
  .v120-footer-brand .ipa-contact-inline-v3014,
  .ipa-contact-inline-v3014,
  .ipa-contact-inline-v3014.ipa-contact-placement-v3015 {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
  }

  .v120-footer-payments {
    width: 100% !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
  }

  .v120-footer-payments > strong {
    width: 100% !important;
    text-align: center !important;
  }

  .v120-footer-payments .payments-row {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-inline: auto !important;
  }
}
