/* ============================================================
   clear-polish.css — refinements for the zh/fr/de "clear" page,
   within its own clean white-green system (NOT parchment).
   ============================================================ */

/* R1 — readability within the clear page's own clean system */
p, li { line-height: 1.65; }

/* R5 — QA: the zh navbar's link row forced the page to 458px on phones
   (pre-existing horizontal-scroll bug, found in the v8 audit). Contain the
   navbar and let the link row scroll inside itself instead. */
@media (max-width: 820px) {
  html, body { overflow-x: hidden; }
  .navbar, .navbar .container, .navbar-inner { max-width: 100vw; }
  .navbar-center {
    overflow-x: auto; max-width: 100%;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .navbar-center::-webkit-scrollbar { display: none; }
}
