/* Документы лиги: правила, handbook, штрафы, античит (подключается выборочно в шаблонах) */

.league-doc-page main.league-doc-main {
  max-width: 1160px;
  margin: 0 auto;
  padding: 56px 24px 72px !important;
  position: relative;
  z-index: 1;
  background: transparent;
}

.pr-doc-card {
  background: #090909;
  border: 1px solid #1a1a1a;
  border-radius: 12px;
  padding: 28px 32px 36px;
  max-width: 820px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .pr-doc-card {
    padding: 20px 18px 28px;
  }
}

.pr-doc__title {
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  font-size: clamp(1.1rem, 3vw, 1.5rem);
  letter-spacing: -0.03em;
  line-height: 1.15;
  text-transform: uppercase;
  color: #BEBEBE;
  margin: 0 0 10px;
}

.pr-doc__version {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #007315;
  margin: 0 0 22px;
}

.pr-doc__divider {
  height: 1px;
  background: #1a1a1a;
  margin-bottom: 22px;
}

.pr-doc__h2 {
  font-family: 'Russo One', sans-serif;
  font-weight: 400;
  font-size: clamp(14px, 2vw, 17px);
  letter-spacing: -0.03em;
  line-height: 1.2;
  text-transform: uppercase;
  color: #BEBEBE;
  margin: 26px 0 12px;
}

.pr-doc__h2:first-of-type {
  margin-top: 0;
}

.pr-doc__h3 {
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #BEBEBE;
  margin: 18px 0 8px;
  line-height: 1.35;
}

.pr-doc__p {
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.62;
  color: rgba(190, 190, 190, 0.92);
  margin: 0 0 10px;
}

.pr-doc__p:last-child {
  margin-bottom: 0;
}
