/* help-center.php — Night Market UI + readable links/buttons */
body.page-help {
  background: #07090C !important;
  color: #FFFFFF !important;
}

body.page-help .section h2,
body.page-help .section h3,
body.page-help .mini-copy,
body.page-help .mini-copy li,
body.page-help .panel,
body.page-help .panel p,
body.page-help .panel strong,
body.page-help .summary-box {
  color: #FFFFFF !important;
}

body.page-help .mart-kicker {
  color: #FFC857 !important;
}

body.page-help .panel,
body.page-help .summary-box {
  background: #12161C !important;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
}

/* In-content links — high contrast cyan */
body.page-help .panel a,
body.page-help .summary-box a,
body.page-help .mini-copy a {
  color: #2EF2C8 !important;
  font-weight: 700 !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}
body.page-help .panel a:hover,
body.page-help .summary-box a:hover {
  color: #FFC857 !important;
}

/* Header / bag / footer */
body.page-help .nm-nav a {
  color: #FFFFFF !important;
}
body.page-help .nm-nav a.is-active,
body.page-help .nm-nav a:hover {
  background: #2EF2C8 !important;
  color: #04120E !important;
}
body.page-help .nm-actions > a {
  color: #FFFFFF !important;
}
body.page-help .nm-bag {
  background: #FFC857 !important;
  color: #111111 !important;
}
body.page-help .nm-search input {
  background: #0A0D11 !important;
  color: #FFFFFF !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
}
body.page-help .nm-foot,
body.page-help .nm-foot a,
body.page-help .nm-foot p {
  color: #FFFFFF !important;
}
body.page-help .nm-foot h4,
body.page-help .nm-ticker {
  color: #FFC857 !important;
}
