/* v1043 — Speed Up eVisa mobile hero full-width cleanup
   Mobile-only: make the hero image span the available width,
   remove the extra top/bottom frame look, and tighten surrounding whitespace.
   Desktop remains unchanged. */

@media (max-width: 980px){
  html body.speedup-content-restore-v962.speedup-article-page-v806 .speedup-article-container-v806,
  html body.speedup-content-restore-v962.speedup-xxx-layout-v827 .speedup-article-container-v806{
    width:min(100%, calc(100vw - 20px)) !important;
    max-width:min(100%, calc(100vw - 20px)) !important;
  }

  html body.speedup-content-restore-v962.speedup-article-page-v806 .speedup-hero-image-v806,
  html body.speedup-content-restore-v962.speedup-xxx-layout-v827 .speedup-hero-image-v806{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    margin:14px 0 8px !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    overflow:hidden !important;
    line-height:0 !important;
  }

  html body.speedup-content-restore-v962.speedup-article-page-v806 .speedup-hero-image-v806 img,
  html body.speedup-content-restore-v962.speedup-xxx-layout-v827 .speedup-hero-image-v806 img{
    display:block !important;
    width:100% !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    aspect-ratio:auto !important;
    object-fit:cover !important;
    object-position:center center !important;
    margin:0 !important;
    padding:0 !important;
    border:0 !important;
    border-radius:0 !important;
  }
}

@media (max-width: 430px){
  html body.speedup-content-restore-v962.speedup-article-page-v806 .speedup-article-container-v806,
  html body.speedup-content-restore-v962.speedup-xxx-layout-v827 .speedup-article-container-v806{
    width:min(100%, calc(100vw - 16px)) !important;
    max-width:min(100%, calc(100vw - 16px)) !important;
  }

  html body.speedup-content-restore-v962.speedup-article-page-v806 .speedup-hero-image-v806,
  html body.speedup-content-restore-v962.speedup-xxx-layout-v827 .speedup-hero-image-v806{
    margin:12px 0 6px !important;
  }
}
