.legal-shell {
  padding: 24px;
  border: 1px solid var(--line);
  border-top: 4px solid var(--brand);
  border-radius: var(--radius-md);
  background: #ffffff;
  box-shadow: var(--shadow-sm);
}

.legal-meta {
  margin-bottom: 18px;
  color: var(--text-muted);
  font-size: 13px;
}

.legal-section {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px dashed var(--line);
}

.legal-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-section h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.legal-section h3 {
  margin: 12px 0 8px;
  font-size: 16px;
}

.legal-section p {
  margin-bottom: 8px;
  font-size: 14px;
}

.legal-section ul {
  margin: 0;
  padding-left: 18px;
}

.legal-section li {
  margin-bottom: 6px;
  font-size: 14px;
}
