* { box-sizing: border-box; }
body { margin: 0; color: #111827; background: #fff; font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, Helvetica Neue, Arial, sans-serif; font-size: 16px; line-height: 1.6; }
.appbar { padding: 12px 16px; color: #000; background: #ffbf00; }
.title { font-size: 20px; font-weight: 700; }
.policy-document { width: 100%; max-width: 752px; margin: 0 auto; padding: 24px 16px; overflow-wrap: anywhere; }
a { color: #1f2937; text-decoration: underline; }
a:focus-visible { outline: 3px solid #111827; outline-offset: 3px; }
.back { display: inline-block; min-height: 24px; min-width: 24px; }
article { margin-top: 24px; }
h1 { font-size: 32px; line-height: 1.2; margin: 8px 0 16px; }
h2 { font-size: 24px; line-height: 1.3; }
h2, h3, h4, h5, h6 { margin: 24px 0 16px; }
p, ul, ol, blockquote, pre { margin: 0 0 16px; }
ul, ol { padding-left: 32px; }
li > p { margin-bottom: 8px; }
blockquote { margin-left: 0; padding-left: 16px; border-left: 2px solid #e5e7eb; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; }
code { font-size: 1em; }
