/* Step124 — article readability + moderation UI polish. */
:root{
  --st124-ink:#202226;
  --st124-link:#9e2a2b;
  --st124-link-hover:#7e1f22;
  --st124-link-visited:#7c4a50;
}

/* The article body stays regular and close to black. Bold means real bold. */
.clean-article-content,
.clean-article-content p,
.clean-article-content li,
.article-content.clean-article-content,
.article-content.clean-article-content p,
.article-content.clean-article-content li{
  color:var(--st124-ink)!important;
  font-weight:400!important;
}
.clean-article-content strong,
.clean-article-content b,
.article-content.clean-article-content strong,
.article-content.clean-article-content b{
  color:#181a1d!important;
  font-weight:700!important;
}
.clean-article-content h2,
.clean-article-content h3,
.clean-article-content h4{
  color:#202226!important;
  font-weight:600!important;
}

/* No decorative underlines/stripes under article headings. */
.clean-article-content h2::before,
.clean-article-content h2::after,
.clean-article-content h3::before,
.clean-article-content h3::after,
.article-content h2::before,
.article-content h2::after,
.article-content h3::before,
.article-content h3::after{
  content:none!important;
  display:none!important;
  background:none!important;
  border:0!important;
}

/* Editorial links: visible as links without browser-like underline. */
.clean-article-content a,
.article-content.clean-article-content a{
  color:var(--st124-link)!important;
  text-decoration:none!important;
  text-decoration-thickness:0!important;
  font-style:normal!important;
  font-weight:400!important;
  transition:color .16s ease, background-color .16s ease;
}
.clean-article-content a:visited,
.article-content.clean-article-content a:visited{color:var(--st124-link-visited)!important}
.clean-article-content a:hover,
.clean-article-content a:focus-visible,
.article-content.clean-article-content a:hover,
.article-content.clean-article-content a:focus-visible{
  color:var(--st124-link-hover)!important;
  background:rgba(158,42,43,.055);
  border-radius:4px;
  outline:none;
}
.clean-article-content strong a,
.clean-article-content b a,
.article-content.clean-article-content strong a,
.article-content.clean-article-content b a{
  font-weight:700!important;
}

/* Full H2 + H3 TOC hierarchy. */
.auto-toc__item--h3{margin-left:16px!important}
.auto-toc__item--h3>a{font-size:.96em!important}
#articleToc .toc-subitem{padding-left:18px!important}

/* Compact report action on «Сейчас» cards. */
.dn-report-details{margin-left:auto;position:relative}
.dn-report-details>summary{cursor:pointer;list-style:none;color:#72767d;font-size:13px;font-weight:400;padding:7px 8px}
.dn-report-details>summary::-webkit-details-marker{display:none}
.dn-report-details form{position:absolute;right:0;top:100%;z-index:20;width:min(290px,80vw);padding:12px;background:#fff;border:1px solid #e1e4e8;border-radius:14px;box-shadow:0 12px 34px rgba(15,23,42,.14);display:grid;gap:8px}
.dn-report-details select,.dn-report-details input{width:100%;box-sizing:border-box;border:1px solid #d8dde4;border-radius:9px;padding:9px 10px;font:inherit}
.dn-report-details button{border:0;border-radius:9px;padding:9px 11px;background:#9e2a2b;color:#fff;font:600 14px/1.2 inherit;cursor:pointer}

@media(max-width:720px){
  .clean-article-content strong,.clean-article-content b{font-weight:700!important}
}
.messenger-message-menu__panel .messenger-report-link{display:flex;align-items:center;gap:8px;padding:9px 10px;color:#9e2a2b;text-decoration:none;font-weight:400;border-radius:8px}
.messenger-message-menu__panel .messenger-report-link:hover{background:#fff3f3;color:#7e1f22}
