@media (max-width: 560px) {
  html,
  body,
  .wrap {
    max-width: 100%;
    overflow-x: hidden;
  }

  header.site {
    align-items: flex-start;
  }

  header.site a {
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }

  nav.legal {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 10px;
    line-height: 1.3;
  }

  nav.legal a,
  footer.site a {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    margin-right: 0;
    padding: 4px 0;
    overflow-wrap: anywhere;
    touch-action: manipulation;
  }

  main,
  footer.site {
    min-width: 0;
  }

  main table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  footer.site {
    display: flex;
    flex-wrap: wrap;
    column-gap: 12px;
  }

  footer.site div {
    flex-basis: 100%;
  }

  p,
  li,
  a {
    overflow-wrap: anywhere;
  }
}
