/* Shared copyright / ownership blocks for Insight research products */
.insight-ownership-block,
.insight-billing-legal,
.imp-billing-legal,
.ai-billing-legal,
.delllusion-billing-legal {
  max-width: 720px;
  margin: 0 auto 16px;
  padding: 16px 18px;
  font-size: 0.82rem;
  line-height: 1.55;
  color: var(--text-light, #64748b);
  text-align: left;
  border: 1px solid var(--border-light, rgba(0, 0, 0, 0.08));
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
}

.insight-ownership-block p,
.insight-billing-legal p,
.insight-billing-pricing,
.insight-billing-links {
  margin: 0 0 10px;
}

.insight-billing-legal p:last-child,
.insight-ownership-block p:last-child,
.insight-billing-links {
  margin-bottom: 0;
}

.insight-billing-links a,
.insight-ownership-block a {
  color: var(--secondary-color, #4f46e5);
  text-decoration: none;
}

.insight-billing-links a:hover,
.insight-ownership-block a:hover {
  text-decoration: underline;
}

.insight-footer-meta {
  font-size: 0.85rem;
  color: var(--text-light, #64748b);
  text-align: center;
}

.insight-footer-meta a {
  color: var(--secondary-color, #4f46e5);
  text-decoration: none;
}

.legal-page {
  max-width: 760px;
  margin: 0 auto;
  padding: 48px 20px 80px;
  font-family: Inter, system-ui, sans-serif;
  line-height: 1.65;
  color: #1e293b;
}

.legal-page h1 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.legal-page .legal-updated {
  color: #64748b;
  font-size: 0.9rem;
  margin-bottom: 28px;
}

.legal-page h2 {
  font-size: 1.15rem;
  margin: 28px 0 10px;
}

.legal-page p,
.legal-page li {
  font-size: 0.95rem;
}

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