.terms-page {
  max-width: 80%;
  margin-top: 80px;
  color: #2d3748;
  line-height: 1.7;
  font-family: sans-serif;
}

.terms-page h1 {
  font-size: 2.25rem;
  font-weight: 800;
  margin-bottom: 10px;
  color: #1a202c;
}

.last-updated {
  font-size: 0.9rem;
  color: #718096;
  margin-bottom: 30px;
  display: block;
}

.terms-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px; /* Consistent spacing between sections */
}

.terms-page h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 12px;
  color: #2d3748;
}

.terms-page ul {
  padding-left: 20px;
  margin: 15px 0;
}

.terms-page li {
  margin-bottom: 8px;
}

.grievance-card {
  background-color: #f7fafc;
  border-left: 4px solid #3182ce;
  padding: 20px;
  border-radius: 4px;
}

.email-highlight {
  font-family: ui-monospace, monospace;
  color: #2b6cb0;
  font-weight: 600;
}

.legal-container {
  max-width: 80%;
  margin-top: 80px;
  padding: 0 24px;
  color: #333;
  line-height: 1.8;
  font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.legal-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 8px;
}

.last-updated {
  font-size: 0.9rem;
  color: #666;
  display: block;
  margin-bottom: 40px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.legal-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.legal-section h2 {
  font-size: 1.35rem;
  font-weight: 600;
  color: #222;
  margin-bottom: 12px;
}

.legal-list {
  padding-left: 20px;
  list-style-type: disc;
}

.legal-list li {
  margin-bottom: 10px;
}

.grievance-highlight {
  background-color: #f8f9fa;
  border: 1px solid #e9ecef;
  padding: 24px;
  border-radius: 8px;
  margin-top: 20px;
}

.email-link {
  font-family: 'Courier New', monospace;
  color: #0056b3;
  font-weight: bold;
}

/* Mobile Responsiveness */
@media (max-width: 640px) {
  .legal-title { font-size: 1.8rem; }
  .legal-container { margin: 20px auto; }
}





