/* privacyPolicy.html page styles. CSP has no unsafe-inline/nonce for
   style-src, so an inline <style> block on the page is silently dropped by
   the browser -- this file replaces that approach. */

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 20px;
  background: #f4f4f4;
}

.container {
  max-width: 700px;
  margin: auto;
  background: #fff;
  padding: 20px;
}

h1,
h2 {
  text-align: left;
}

p {
  margin: 10px 0;
}

ul {
  padding-left: 20px;
}

li {
  margin-bottom: 10px;
}
