/* PP balance chip in the header. It reuses the USDG chip styling from the
   per-view rules; only the circled currency mark differs. */

#pp-balance::before {
  content: "P" !important;
}

/* Two chips plus the wallet button crowd the nav before the existing
   breakpoints hide the balances, so the PP chip drops out first. */
@media (max-width: 980px) {
  .wallet-area #pp-balance {
    display: none !important;
  }
}
