/* Legal pages style (high-contrast, forced readability) */
html, body {
  margin: 0;
  padding: 0;
  background: #f5f9ff !important;
  color: #0c2238 !important;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  line-height: 1.65;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 16px 56px;
}

h1, h2, h3 {
  color: #0d4f84 !important;
  margin: 0 0 12px;
}

h2 { margin-top: 22px; }

p, li, td, th {
  color: #0c2238 !important;
}

a {
  color: #0b66b0 !important;
  text-underline-offset: 2px;
}

.card {
  background: #ffffff !important;
  border: 1px solid #c6d9ee !important;
  border-radius: 12px;
  padding: 16px;
  margin: 14px 0;
}

.meta, .muted {
  color: #486882 !important;
  font-size: 14px;
}

.small {
  color: #486882 !important;
  font-size: 14px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 14px;
}

th, td {
  border: 1px solid #c6d9ee !important;
  padding: 8px;
  vertical-align: top;
  text-align: left;
}

th {
  color: #0d4f84 !important;
  background: #eaf3ff !important;
}
