  .ib-legal-footer {
    margin-top: auto;
    padding: 18px 20px 24px;
    background: transparent;
    border-top: 1px solid rgba(48, 54, 61, .5);
    color: #6e7681;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 13px;
    text-align: center;
    line-height: 1.6;
  }
  .ib-legal-footer-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }
  .ib-legal-footer a {
    color: #8b949e;
    text-decoration: none;
    border-bottom: 1px dotted rgba(240, 165, 0, .3);
    padding-bottom: 1px;
    transition: color .12s, border-color .12s;
  }
  .ib-legal-footer a:hover,
  .ib-legal-footer a:focus-visible {
    color: #f0a500;
    border-bottom-color: #f0a500;
  }
  .ib-legal-footer a:focus-visible {
    outline: 2px solid #f0a500;
    outline-offset: 2px;
    border-radius: 2px;
  }
  .ib-legal-footer .ib-legal-copy {
    color: #6e7681;
    font-size: 12px;
  }
  .ib-legal-footer span[aria-hidden] {
    color: #30363d;
  }
  /* On the small chauffeur app the footer can be tighter */
  @media (max-width: 600px) {
    .ib-legal-footer { padding: 14px 12px 18px; font-size: 12px; }
    .ib-legal-footer-inner { gap: 6px; }
  }
