.footer-links a {
  word-wrap: break-word;        /* legacy support */
  overflow-wrap: break-word;    /* modern preferred */
  white-space: normal;          /* allow wrapping */
  max-width: 100%;              /* never exceed container width */
}
