.legal-page-shell .legal-page-content {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(247, 250, 255, 0.98));
  border: 1px solid rgba(56, 94, 169, 0.12);
  border-radius: 1.25rem;
  box-shadow: 0 1rem 2rem rgba(11, 38, 75, 0.05);
  color: #17325f;
  line-height: 1.8;
  margin-top: 2rem;
  padding: 2rem;
}

.legal-page-shell .legal-page-content h2,
.legal-page-shell .legal-page-content h3 {
  color: #17325f;
}

.legal-page-shell .legal-page-content a {
  color: #385ea9;
}

.legal-page-shell .legal-page-content a:hover,
.legal-page-shell .legal-page-content a:focus-visible {
  color: #17325f;
}

@media (max-width: 767.98px) {
  .legal-page-shell .legal-page-content {
    padding: 1.4rem;
  }
}
