/* v1020 — Speed Up eVisa mobile table fit
   Mobile-only: keep the “When Speed Up may help” table fully visible on phone width,
   remove sideways-scroll treatment, and wrap text inside cells. */

@media (max-width: 768px){
  html body.speedup-article-page-v806 .vge-mobile-table-scroll-v898{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    overflow:visible !important;
    border:0 !important;
    background:transparent !important;
    margin:12px 0 16px !important;
  }

  html body.speedup-article-page-v806 .vge-mobile-table-scroll-v898 .vge-mobile-table-hint-v898{
    display:none !important;
  }

  html body.speedup-article-page-v806 .vge-mobile-table-scroll-v898 .speedup-simple-table-v827,
  html body.speedup-article-page-v806 .speedup-simple-table-v827{
    display:table !important;
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    table-layout:fixed !important;
    overflow:visible !important;
    margin:14px 0 0 !important;
    border-collapse:collapse !important;
    border:1px solid #d6e3f3 !important;
    background:#fff !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 tbody{
    display:table-row-group !important;
    width:auto !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 tr{
    display:table-row !important;
    width:auto !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 th,
  html body.speedup-article-page-v806 .speedup-simple-table-v827 td{
    display:table-cell !important;
    width:auto !important;
    min-width:0 !important;
    padding:10px 10px !important;
    font-size:13.5px !important;
    line-height:1.45 !important;
    vertical-align:top !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
    word-break:break-word !important;
    hyphens:auto !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 th{
    width:34% !important;
    max-width:34% !important;
    background:#f5f9fe !important;
    font-weight:900 !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 td{
    width:66% !important;
  }
}

@media (max-width: 430px){
  html body.speedup-article-page-v806 .speedup-simple-table-v827 th,
  html body.speedup-article-page-v806 .speedup-simple-table-v827 td{
    padding:9px 9px !important;
    font-size:13px !important;
    line-height:1.42 !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 th{
    width:35% !important;
    max-width:35% !important;
  }

  html body.speedup-article-page-v806 .speedup-simple-table-v827 td{
    width:65% !important;
  }
}
