.legal-page-content {
  font-size: 0.9375rem;
  line-height: 1.625;
}

.legal-page-content > * + * {
  margin-top: 1rem;
}

.legal-page-content h2 {
  margin-top: 2.5rem;
  color: hsl(var(--foreground));
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.legal-page-content h3 {
  margin-top: 1.75rem;
  color: hsl(var(--foreground));
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.45;
}

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

.legal-page-content ul {
  list-style: disc;
}

.legal-page-content ol {
  list-style: decimal;
}

.legal-page-content li + li {
  margin-top: 0.5rem;
}

.legal-page-content a {
  color: hsl(var(--accent));
  text-decoration: underline;
  text-underline-offset: 2px;
}

.legal-page-content .wp-block-table {
  margin: 1.5rem 0;
  overflow-x: auto;
}

.legal-page-content table {
  width: 100%;
  min-width: 36rem;
  border-collapse: collapse;
}

.legal-page-content td,
.legal-page-content th {
  padding: 0.75rem;
  border: 1px solid hsl(var(--border));
  vertical-align: top;
}

.legal-page-content td:first-child,
.legal-page-content th:first-child {
  width: 35%;
}

@media (max-width: 639px) {
  .legal-page-content {
    font-size: 0.875rem;
  }

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