body {
  line-height: 1.7;
}

.legal-container {
  max-width: 900px;
  margin: 80px auto;
  padding: 50px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.06);
}

h1 {
  font-size: 40px !important;
  margin-bottom: 10px !important;
}

.updated {
  font-size: 14px;
  color: #777;
  margin-bottom: 30px;
}

h2 {
  color: #30529f !important;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 15px;
  text-shadow: none !important;
  letter-spacing: normal !important;
}

p {
  margin-bottom: 16px;
  font-size: 16px;
}

.legal-container ul {
  padding-left: 20px;
  margin-bottom: 20px;
}

.legal-container li {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

@media (max-width: 768px) {
  .legal-container {
    padding: 30px 20px;
    margin: 40px 16px;
  }

  h1 {
    font-size: 32px;
  }
}
