/* Mobile / responsive rules for the auth pages (login/signup/staff-login).
   Moved out of css/auth.css so all breakpoint fixes live in one file.
   Loaded after css/auth.css on every auth page — edit here, not in css/auth.css. */

@media (max-width: 980px) {
  .auth-media-panel {
    display: none;
  }
}