/*
 * 71STUDIO mobile reading law
 * Shared by every public, LIFF and administration surface.
 */
html {
  max-width: 100%;
  overflow-x: clip;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  max-width: 100%;
  overflow-x: clip;
  line-break: strict;
  word-break: normal;
}

:where(h1, h2, h3, h4, p, li, dd, figcaption, summary, label, .reading-copy) {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}

:where(h1, h2, h3, h4) {
  text-wrap: balance;
}

.copy-keep {
  white-space: nowrap;
}

.mobile-clause {
  display: inline;
}

.mobile-clause + .mobile-clause::before {
  content: none;
}

@media (max-width: 430px) {
  .mobile-clause {
    display: block;
  }

  .mobile-clause + .mobile-clause::before {
    content: none;
  }

  .mobile-reading {
    font-size: 15px;
    line-height: 1.95;
  }

  .mobile-reading-compact {
    font-size: 15px;
    line-height: 1.9;
  }

  input,
  select,
  textarea {
    font-size: 16px;
  }
}
