/* TASK 91 — TPay only. Kept in its own same-origin file for two reasons: the page is served under a
   strict Content-Security-Policy with `style-src 'self'` (so no inline <style> is possible), and
   `css/help.css` must stay byte-identical to the canonical Help component that the drift check
   guards across every app. Nothing here touches TPay's own styles. */
.tphelp-btn.tphelp-in-masthead {
  margin-left: auto;   /* sit at the right-hand end of the masthead row, after the nav */
  flex: 0 0 auto;      /* never stretch: TPay's masthead is a flex row */
  box-shadow: none;    /* the floating fallback's shadow is wrong for an in-header control */
}
