@media (max-width: 640px) {
  html {
    -webkit-text-size-adjust: 100%;
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }

  body {
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    font-size: 15px;
    line-height: 1.75;
  }

  main {
    max-width: none;
    padding: 16px 16px calc(44px + env(safe-area-inset-bottom));
  }

  .hero {
    padding: 14px 0 14px;
  }

  h1 {
    margin-bottom: 10px;
    padding: 0 28px;
    font-size: 20px;
    line-height: 1.35;
    text-align: center;
  }

  h2 {
    margin: 26px 0 10px;
    font-size: 18px;
  }

  h3 {
    margin: 20px 0 8px;
    font-size: 16px;
  }

  .notice {
    margin: 16px 0;
    padding: 14px 15px;
    border-radius: 10px;
  }

  table.legal-responsive-table {
    display: block;
    width: 100%;
    margin: 12px 0;
    overflow: visible;
    border-collapse: separate;
    border-spacing: 0;
  }

  table.legal-responsive-table tbody,
  table.legal-responsive-table tr,
  table.legal-responsive-table th,
  table.legal-responsive-table td {
    display: block;
    width: 100%;
    min-width: 0;
  }

  table.legal-responsive-table.legal-has-header tr:first-child {
    display: none;
  }

  table.legal-responsive-table tr {
    margin: 10px 0;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
  }

  table.legal-responsive-table td,
  table.legal-responsive-table th {
    border: 0;
    border-top: 1px solid var(--line);
    padding: 10px 12px;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  table.legal-responsive-table td:first-child,
  table.legal-responsive-table th:first-child {
    border-top: 0;
  }

  table.legal-responsive-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 3px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.35;
  }

  table.legal-responsive-table td[data-label=""]::before {
    display: none;
  }
}

.app-filing {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
  text-align: center;
}

.app-filing a {
  color: var(--accent, #7b432c);
}
