/* Большая сделка — точечная правка статей: без бокового «Быстрого перехода»,
   с аккуратными активными ссылками на связанные статьи. */
.stage3-article-page .stage3-article-aside {
  display: none !important;
}

@media (min-width: 1024px) {
  .stage3-article-page .stage3-article-body {
    grid-column: 1 / -1;
    width: 100%;
    max-width: 56rem;
    justify-self: center;
  }
}

.stage3-article-body .bs-article-inline-link {
  color: var(--accent-gold-deep);
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: color-mix(in oklab, var(--accent-gold-deep) 55%, transparent);
  text-underline-offset: 0.18em;
  transition: color 180ms ease, text-decoration-color 180ms ease;
}

.stage3-article-body .bs-article-inline-link:hover,
.stage3-article-body .bs-article-inline-link:focus-visible {
  color: var(--accent-gold);
  text-decoration-color: currentColor;
}
