/* LEGAL PAGES STYLES */
.legal-content {
  line-height: 1.8;
  color: var(--accent-color);
}

.legal-content h1 {
  font-size: 3rem;
  margin-bottom: 3rem;
  color: var(--primary-color);
}

.legal-content h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem;
  color: var(--primary-color);
  border-bottom: 1px solid var(--glass-border);
  padding-bottom: 0.5rem;
}

.legal-content h3 {
  font-size: 1.2rem;
  margin: 1.5rem 0 0.8rem;
}

.legal-content p {
  margin-bottom: 1rem;
}

.legal-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
  list-style: disc;
}

@media (max-width: 768px) {
  .legal-content h1 {
    font-size: 2rem;
  }
}
