/*
 * Ledron Studio — Regulamin / Polityka prywatności. Hero re-uses the
 * existing dark ".ledron-simple-hero" pattern; the body re-uses the same
 * prose typography built for single blog posts (".ledron-single-body" in
 * ledron-blog.css) so long, section-heavy legal text stays readable
 * without inventing a second typography system.
 */

.ledron-legal-content {
  background: var(--web-paper, #f7f5f1);
  padding: 64px 0 96px;
}

.ledron-legal-narrow {
  max-width: 760px;
  margin: 0 auto;
}

.ledron-legal-narrow.ledron-single-body {
  color: #3a362f;
}

.ledron-legal-narrow a {
  color: var(--web-red, #ff3818);
}

@media (max-width: 767px) {
  .ledron-legal-content {
    padding: 40px 0 64px;
  }
}
