/* v1046 — Visa Requirements mobile sidebar removal
   Mobile only: remove the lower/sidebar support blocks from the phone layout.
   Desktop remains unchanged. */

@media (max-width: 980px){
  html body.visa-req-xxx-refbuild-v1003 aside.emergency-sidebar-v787FR,
  html body.visa-req-xxx-refbuild-v1003 .vrx-shell-v1003 > aside.emergency-sidebar-v787FR,
  html body.visa-req-sidebar-emergency-standard-v953 aside.emergency-sidebar-v787FR{
    display:none !important;
  }

  html body.visa-req-xxx-refbuild-v1003 .vrx-shell-v1003{
    grid-template-columns:1fr !important;
  }

  html body.visa-req-xxx-refbuild-v1003 .vrx-content-v1003{
    width:100% !important;
    max-width:100% !important;
  }
}
