.legal-content {
  color: #2a5e40;
  font-size: 1rem;
  line-height: 1.8;
}

.legal-content h1 {
  margin: 0 0 2rem;
  color: #1f3e2d;
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 800;
  line-height: 1.2;
}

.legal-content h2 {
  margin: 2.25rem 0 0.75rem;
  color: #1f3e2d;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-content p {
  margin: 0 0 1.25rem;
}

.legal-content ul,
.legal-content ol {
  margin: 0.75rem 0 1.5rem;
  padding-left: 1.5rem;
}

.legal-content ul {
  list-style: disc;
}

.legal-content ol {
  list-style: decimal;
}

.legal-content li {
  margin-bottom: 0.5rem;
  padding-left: 0.25rem;
}

.legal-content a {
  color: #16a34a;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-content a:hover {
  color: #15803d;
}

.legal-content code {
  border-radius: 0.375rem;
  background: #f0fdf4;
  padding: 0.2rem 0.4rem;
  color: #166534;
  font-size: 0.875rem;
}

.legal-table-scroll {
  margin: 1rem 0 2rem;
  overflow-x: auto;
  border: 1px solid #c6e4d0;
  border-radius: 0.875rem;
}

.legal-content table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.legal-content th,
.legal-content td {
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #e3f2e8;
  vertical-align: top;
}

.legal-content th {
  background: #f3faf5;
  color: #1f3e2d;
  font-size: 0.875rem;
  font-weight: 700;
}

.legal-content tbody tr:last-child td {
  border-bottom: 0;
}

.legal-content tbody tr:hover {
  background: #f8fcf9;
}

@media (max-width: 640px) {
  .legal-content {
    font-size: 0.9375rem;
    line-height: 1.7;
  }

  .legal-content h1 {
    margin-bottom: 1.5rem;
  }

  .legal-content h2 {
    margin-top: 1.75rem;
  }
}
