/* legal.css — shared styling for every page under /legal/.
   Extracted 2026-08-01 when the legal set grew from 2 pages to 9; the styles
   are lifted verbatim from terms.html so the existing pages are unchanged
   visually. One file means a typography fix lands everywhere at once. */

*, *::before, *::after { box-sizing: border-box; }
body {
  margin: 0;
  background: #ffffff;
  color: #1a1a1a;
  font: 16px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
.wrap { max-width: 680px; margin: 0 auto; padding: 40px 20px 72px; }
.site-head { border-bottom: 1px solid #e6e6e6; padding-bottom: 16px; margin-bottom: 32px; }
.site-head a { color: #444; text-decoration: none; font-weight: 600; font-size: 15px; }
.site-head a:hover { text-decoration: underline; }
h1 { font-size: 28px; line-height: 1.25; margin: 0 0 8px; letter-spacing: -0.01em; }
h2 { font-size: 19px; line-height: 1.3; margin: 36px 0 10px; letter-spacing: -0.01em; }
h3 { font-size: 16px; line-height: 1.35; margin: 24px 0 8px; }
.updated { color: #6b6b6b; font-size: 14px; margin: 0 0 28px; }
p, li { margin: 0 0 14px; }
ul, ol { padding-left: 22px; }
li { margin-bottom: 8px; }
a { color: #1155cc; }
strong { font-weight: 600; }
.callout {
  background: #f7f7f7;
  border-left: 3px solid #1a1a1a;
  padding: 16px 18px;
  margin: 20px 0 24px;
  border-radius: 0 4px 4px 0;
}
.callout p:last-child { margin-bottom: 0; }
.notice {
  background: #fff8e6;
  border-left: 3px solid #d69e00;
  padding: 12px 16px;
  margin: 0 0 28px;
  border-radius: 0 4px 4px 0;
  font-size: 14px;
  color: #6b5b1e;
}
table { border-collapse: collapse; width: 100%; font-size: 14.5px; margin: 0 0 20px; }
th, td { text-align: left; padding: 9px 10px; border-bottom: 1px solid #e6e6e6; vertical-align: top; }
th { font-weight: 600; background: #fafafa; }
/* Wide tables (the subprocessor list) scroll inside their own box rather than
   forcing the page body to scroll horizontally on a phone. */
.table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 0 0 20px; }
.table-scroll table { margin: 0; min-width: 520px; }
.idx { list-style: none; padding: 0; }
.idx li { margin-bottom: 16px; }
.idx a { font-weight: 600; text-decoration: none; }
.idx a:hover { text-decoration: underline; }
.idx span { display: block; color: #6b6b6b; font-size: 14.5px; margin-top: 2px; }
.site-foot {
  border-top: 1px solid #e6e6e6;
  margin-top: 48px;
  padding-top: 18px;
  font-size: 14px;
  color: #6b6b6b;
}
.site-foot a { color: #444; }
@media (max-width: 480px) {
  .wrap { padding: 28px 18px 56px; }
  h1 { font-size: 24px; }
}
@media (prefers-color-scheme: dark) {
  body { background: #14161a; color: #e6e6e6; }
  .site-head, .site-foot { border-color: #2a2e35; }
  .site-head a, .site-foot, .site-foot a, .updated, .idx span { color: #a6adb8; }
  a { color: #7aa7ff; }
  .callout { background: #1b1f25; border-left-color: #e6e6e6; }
  .notice { background: #2a2410; border-left-color: #d69e00; color: #e0cf94; }
  th { background: #1b1f25; }
  th, td { border-color: #2a2e35; }
}
