.legal-content {
  color: #475569;
  font-size: 1rem;
  line-height: 1.8;
}

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

.legal-content p:has(> strong:first-child:last-child) {
  margin-top: 2rem;
  color: #0f172a;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.3;
}

.legal-content strong {
  color: #0f172a;
  font-weight: 800;
}

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

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

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

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

.legal-content a {
  color: #7e00b8;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgba(126, 0, 184, 0.3);
  text-underline-offset: 0.18em;
}

.legal-content a:hover {
  color: #5b0085;
  text-decoration-color: currentColor;
}
