/* Общие стили для HTML-контента из админки (обучение, манифест, моды) */
.cms-prose {
  text-align: left;
  line-height: 1.7;
  font-size: 0.9rem;
  color: var(--text-muted, #9ca3af);
}
.cms-prose h2 {
  font-size: 1.05rem;
  font-weight: 800;
  color: #e5e7eb;
  margin: 1.35rem 0 0.65rem;
  letter-spacing: 0.02em;
}
.cms-prose h3 {
  font-size: 0.98rem;
  font-weight: 700;
  color: #d1fae5;
  margin: 1.1rem 0 0.5rem;
}
.cms-prose p {
  margin: 0 0 1rem;
}
.cms-prose p:last-child {
  margin-bottom: 0;
}
.cms-prose .cms-lead,
.cms-prose .training-article-lead {
  font-size: 0.92rem;
  color: #a7f3d0;
  margin: 0 0 1.1rem;
  line-height: 1.65;
}
.cms-prose strong {
  color: #ecfdf5;
  font-weight: 700;
}
.cms-prose ul,
.cms-prose ol {
  margin: 0 0 1rem;
  padding-left: 1.35rem;
}
.cms-prose li {
  margin-bottom: 0.45rem;
}
.cms-prose li:last-child {
  margin-bottom: 0;
}
.cms-prose blockquote {
  margin: 1rem auto;
  max-width: 42rem;
  padding: 0.65rem 0.9rem;
  border-left: 3px solid rgba(74, 222, 128, 0.55);
  background: rgba(2, 6, 23, 0.55);
  color: #d1fae5;
}
.cms-prose .text-center,
.cms-prose [style*="text-align: center"],
.cms-prose [style*="text-align:center"] {
  text-align: center !important;
}
.cms-prose .text-right,
.cms-prose [style*="text-align: right"],
.cms-prose [style*="text-align:right"] {
  text-align: right !important;
}
.cms-prose img {
  max-width: min(620px, 100%);
  border-radius: 8px;
  border: 1px solid rgba(74, 222, 128, 0.28);
}
.cms-prose a {
  color: #86efac;
}
.cms-prose section + section {
  margin-top: 1.5rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(148, 163, 184, 0.25);
}
