body.billing-bg {
  /* Background image handled in React components; keep a safe fallback color only */
  background-color: #181c3a;
  min-height: 100vh;
  width: 100vw;
}

@media (max-width: 900px) {
  body.billing-bg {
    background-attachment: scroll;
  }
}
