/* Desktop-only article footer micro-polish.
   Mobile keeps the existing stacked legal links and contact card. */
@media (min-width: 769px) {
  .footer .footer-legal-links {
    display: inline-flex;
    align-items: center;
    gap: 16px;
  }

  .footer .footer-col--contact > a:first-of-type > span:last-child {
    overflow-wrap: normal;
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: -0.01em;
  }
}
