/* Content Studio's public notices (privacy, terms): a plain white document in the portal's type and colours. */
*{ box-sizing:border-box }
html,body{ margin:0; padding:0 }
body{ font-family:var(--font-body, "Poppins", system-ui, sans-serif); background:#fff; color:#2a3340; line-height:1.65; -webkit-font-smoothing:antialiased }
.doc{ max-width:720px; margin:0 auto; padding:40px 20px 56px }
.doc-head{ border-bottom:1px solid #dde6ea; padding-bottom:22px; margin-bottom:8px }
.logo img{ display:block; height:81px; width:auto }
.eyebrow{ display:flex; align-items:center; gap:8px; margin:26px 0 6px; font-size:12px; font-weight:600; letter-spacing:.08em; text-transform:uppercase; color:#00a523 }
.tear{ width:10px; height:13px; fill:#00C82A; flex:none }
h1{ font-family:var(--font-display, "Poppins", system-ui, sans-serif); font-size:clamp(26px, 5vw, 34px); line-height:1.2; font-weight:700; color:#2B3E78; margin:0; text-wrap:balance }
.updated{ margin:8px 0 0; font-size:13px; color:#5d7280 }
section{ padding-top:14px }
h2{ font-family:var(--font-display, "Poppins", system-ui, sans-serif); font-size:18px; font-weight:600; color:#2B3E78; margin:18px 0 6px; text-wrap:balance }
h3{ font-size:15px; font-weight:600; color:#2a3340; margin:16px 0 4px }
p, li{ font-size:15px; max-width:65ch }
ul{ padding-left:20px; margin:8px 0 }
li{ margin:6px 0 }
a{ color:#2B3E78; text-underline-offset:2px }
a:focus-visible{ outline:2px solid #46D1F1; outline-offset:2px; border-radius:3px }
.doc-foot{ margin-top:36px; padding-top:18px; border-top:1px solid #dde6ea; font-size:13px; color:#5d7280 }
.doc-foot p{ font-size:13px; margin:4px 0 }
@media (max-width:480px){ .doc{ padding:28px 16px 44px } }
