/* Keep the shared footer centered and readable on narrow screens. */
@media (max-width: 768px) {
  .pmt-footer:not(.chat-footer) .pmt-footer-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    text-align: center;
  }

  .pmt-footer:not(.chat-footer) .footer-contact,
  .pmt-footer:not(.chat-footer) .footer-nav {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pmt-footer:not(.chat-footer) .footer-contact a {
    max-width: 100%;
    min-width: 0;
    justify-content: center;
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .pmt-footer:not(.chat-footer) .footer-copy {
    width: 100%;
    margin: 0;
    line-height: 1.5;
    text-align: center;
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .pmt-footer:not(.chat-footer) .footer-contact {
    flex-direction: column;
    gap: 8px;
  }

  .pmt-footer:not(.chat-footer) .footer-contact > .footer-sep {
    display: none;
  }
}
