/* Shared legal page layout (IronUp-style) */
body {
  font-family: "Segoe UI", Roboto, Arial, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  line-height: 1.6;
  color: #222;
  padding: 0 15px 48px;
  background-color: #fafafa;
}
h1, h2 {
  color: #333;
}
h1 {
  text-align: center;
  margin-bottom: 8px;
  font-size: 1.75rem;
}
.subtitle {
  text-align: center;
  color: #555;
  margin: 0 0 8px;
}
.updated {
  text-align: center;
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 24px;
}
h2 {
  border-left: 4px solid var(--accent, #6c63ff);
  padding-left: 10px;
  margin-top: 28px;
  font-size: 1.15rem;
}
hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 25px 0;
}
a {
  color: var(--accent, #6c63ff);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  margin-top: 10px;
}
code {
  background-color: #f4f4f4;
  padding: 2px 6px;
  border-radius: 3px;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
}
footer {
  text-align: center;
  margin-top: 40px;
  font-size: 0.9em;
  color: #555;
}
.note {
  background: #f0f0f8;
  border-left: 3px solid var(--accent, #6c63ff);
  padding: 10px 14px;
  margin: 16px 0;
  font-size: 0.95rem;
}
