.legal-content {
  color: #2d2d33;
  font-size: 0.95rem;
  line-height: 1.72;
}

.legal-content h1,
.legal-content h2,
.legal-content h3 {
  color: #1a1a1a;
  font-family: Manrope, Inter, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 1.75rem 0 0.75rem;
}

.legal-content h1 {
  font-size: clamp(1.8rem, 4vw, 3rem);
}

.legal-content h2 {
  font-size: 1.35rem;
}

.legal-content h3 {
  font-size: 1.12rem;
}

.legal-content p,
.legal-content ul,
.legal-content ol,
.legal-content table {
  margin: 0.85rem 0;
}

.legal-content ul,
.legal-content ol {
  padding-left: 1.25rem;
}

.legal-content li {
  margin: 0.35rem 0;
}

.legal-content a {
  color: #3A82F7;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.legal-content table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
}

.legal-content th,
.legal-content td {
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.65rem 0.75rem;
  text-align: left;
  vertical-align: top;
}

.legal-content th {
  background: rgba(0, 0, 0, 0.04);
  color: #1a1a1a;
  font-weight: 700;
}
