/* v70 — show the full NFA guide on every dedicated category page */
html.nfa-category-v69 .arc-nfa-information,
html[data-nfa-category] .arc-nfa-information {
  display: block !important;
  margin-top: 34px !important;
}
html[data-nfa-category] .arc-nfa-info-shell {
  border-color: rgba(137,255,43,.22) !important;
  box-shadow: 0 28px 80px rgba(0,0,0,.42), 0 0 34px rgba(132,255,28,.055) !important;
}
html[data-nfa-category] .arc-nfa-info-kicker { color:#9cff31 !important; }
html[data-nfa-category] .arc-nfa-info-kicker span {
  background:linear-gradient(90deg,#78ff00,#c2ff49) !important;
  box-shadow:0 0 14px rgba(123,255,0,.75) !important;
}
html[data-nfa-category] .arc-nfa-info-hero h2 span {
  background:linear-gradient(90deg,#b9ff55,#77ff00) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}
