/* Privacy page — extends common legal styles */
.legal-content strong {
  color: var(--color-text);
  font-weight: 600;
}

.legal-content .container > p:first-of-type {
  font-size: 1rem;
  line-height: 1.8;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 0.5rem;
}
