/* v1021 — Speed Up eVisa mobile sidebar removal
   Mobile-only: remove all sidebar boxes at the bottom of the article. Desktop stays unchanged. */

@media (max-width: 980px){
  html body.speedup-article-page-v806 .speedup-two-column-v806{
    display:block !important;
  }

  html body.speedup-article-page-v806 aside.speedup-sidebar-v827,
  html body.speedup-article-page-v806 aside.emergency-sidebar-v787FR.speedup-sidebar-v827{
    display:none !important;
  }
}
