/* Shared styling for the legal pages.
   Plain, readable, and deliberately unlike marketing copy: this is the part of
   the site a researcher reads carefully, and it should look like it expects to
   be read. */
:root{--ink:#101820;--lime:#c8f169;--paper:#fbfbf9;--rule:#e6e6e0}
*{box-sizing:border-box}
body{margin:0;background:var(--paper);color:var(--ink);
     font:16px/1.65 ui-sans-serif,system-ui,-apple-system,"Segoe UI",Roboto,sans-serif}
.wrap{max-width:760px;margin:0 auto;padding:40px 22px 90px}
.top{display:flex;align-items:center;gap:12px;margin-bottom:34px;flex-wrap:wrap}
.top a.home{font-weight:800;text-decoration:none;color:var(--ink);font-size:18px}
.tag{background:var(--ink);color:var(--lime);font-size:11px;font-weight:900;
     letter-spacing:.12em;padding:5px 9px;border-radius:6px}
h1{font-size:30px;line-height:1.2;margin:0 0 6px}
.upd{color:#6b6b66;font-size:13px;margin:0 0 30px}
h2{font-size:19px;margin:34px 0 10px;padding-top:18px;border-top:1px solid var(--rule)}
h3{font-size:16px;margin:22px 0 6px}
p,li{color:#25251f}
a{color:#1c5d3a}
table{border-collapse:collapse;width:100%;margin:14px 0;font-size:14.5px;display:block;overflow-x:auto}
th,td{border:1px solid var(--rule);padding:9px 11px;text-align:left;vertical-align:top}
th{background:#f2f2ec;font-weight:700}
.note{background:#f4f7ee;border-left:3px solid var(--lime);padding:14px 16px;
      margin:20px 0;border-radius:0 8px 8px 0}
.foot{margin-top:54px;padding-top:20px;border-top:1px solid var(--rule);
      font-size:13.5px;color:#6b6b66}
.foot a{margin-right:16px}
code{background:#f2f2ec;padding:2px 5px;border-radius:4px;font-size:14px}
@media(max-width:620px){.wrap{padding:26px 16px 70px}h1{font-size:25px}}
