/* Strona regulaminu (/regulamin) — typografia dokumentu prawnego
   na tokenach serwisu; bez inline styles (CSP style-src 'self'). */

.prawne {
  max-width: 760px;
  margin: 0 auto;
  padding: 40px 20px 72px;
  line-height: 1.6;
}

.prawne__naglowek { margin-bottom: 34px; }

.prawne__eyebrow {
  font-size: 0.74rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  opacity: 0.65;
  margin: 0 0 10px;
}

.prawne h1 { font-size: 1.7rem; line-height: 1.2; margin: 0 0 14px; }

.prawne__lead { opacity: 0.85; }

.prawne__wersja { font-size: 0.8rem; opacity: 0.6; margin-top: 12px; }

.prawne section { margin-top: 30px; }

.prawne h2 {
  font-size: 1.05rem;
  margin: 0 0 10px;
  display: flex;
  gap: 10px;
  align-items: baseline;
}

.prawne h2 span {
  font-size: 0.78rem;
  opacity: 0.55;
  font-variant-numeric: tabular-nums;
}

.prawne ol { padding-left: 22px; margin: 0; }

.prawne ol > li { margin-bottom: 8px; }

.prawne ol ol { margin-top: 8px; list-style: lower-alpha; }

.prawne a { color: inherit; text-decoration: underline; text-underline-offset: 2px; }
