/* Estilos comunes para páginas estáticas (privacy, terms, etc.) */
body {
  font-family: Arial, sans-serif;
  padding: 20px;
  max-width: 800px;
  margin: auto;
  background-color: #f9f9f9;
  color: #333;
  line-height: 1.6;
}

h1 {
  color: #222;
  border-bottom: 2px solid #ccc;
  padding-bottom: 10px;
}

h2 {
  color: #309861;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

p {
  line-height: 1.6;
  margin-bottom: 1rem;
}

ul, ol {
  margin-left: 2rem;
  margin-bottom: 1rem;
}

li {
  margin-bottom: 0.5rem;
}

