body {
  font-family: Arial, sans-serif;
  background: #f8f9fa;
  color: #333;
}
h1,
h2,
h3 {
  font-weight: bold;
}
h1 {
  color: #0e4d92;
}
h2 {
  margin-top: 40px;
  color: #00bfa6;
}
h3 {
  margin-top: 25px;
  color: #333;
}
p,
ul {
  font-size: 1rem;
  line-height: 1.7;
  color: #444;
}
ul {
  margin-top: 10px;
  margin-bottom: 20px;
}
ul li {
  margin-bottom: 6px;
}
a {
  color: #0e4d92;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.last-updated {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 20px;
}
.policy-container {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  margin-bottom: 40px;
}
