/* Shared styles for privacy/terms pages */
body {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #1a1a1a;
  background: #ffffff;
}
h1 { font-size: 28px; margin-bottom: 4px; }
h2 { font-size: 20px; margin-top: 32px; margin-bottom: 8px; }
h3 { font-size: 17px; margin-top: 20px; margin-bottom: 6px; }
.meta { color: #6b7280; font-size: 14px; margin-bottom: 24px; }
ul { padding-left: 22px; }
li { margin-bottom: 6px; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
hr { border: none; border-top: 1px solid #e5e7eb; margin: 32px 0; }
.lang-switch { font-size: 14px; color: #6b7280; }
.lang-switch a { margin-left: 8px; }
code { background: #f3f4f6; padding: 2px 6px; border-radius: 4px; font-size: 14px; }
