/* ── License page ──────────────────────────────────────────────────────── */

.license-container {
  max-width: 680px;
  margin: 0 auto;
  padding-top: var(--s-12);
  padding-bottom: var(--s-12);
}

.license-intro {
  margin-bottom: var(--s-8);
}

.license-content {
  padding: var(--s-6);
  display: block;
}

.license-section {
  margin-bottom: var(--s-6);
}

.license-section h2 {
  margin-bottom: var(--s-3);
}

.license-section h3 {
  margin-bottom: var(--s-2);
}

.license-section ol {
  padding-left: var(--s-6);
  line-height: 1.8;
}

.license-signature {
  line-height: 1.6;
}

.license-email {
  color: var(--accent);
  text-decoration: none;
  font-weight: 500;
}

.license-email:hover {
  text-decoration: underline;
}
