/* v1010 — Emergency Visa summary table compact mobile simplification
   Mobile-only: keep only the first 2 columns and tighten row height.
   Desktop remains unchanged. */

@media (max-width: 768px){
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR{
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    margin: 10px 0 16px !important;
    font-size: 12.5px !important;
    border-collapse: collapse !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR th,
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td{
    min-width: 0 !important;
    width: auto !important;
    padding: 10px 10px !important;
    line-height: 1.34 !important;
    vertical-align: top !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR thead th:nth-child(3),
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR tbody td:nth-child(3){
    display: none !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR th:nth-child(1),
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td:nth-child(1){
    width: 48% !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR th:nth-child(2),
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td:nth-child(2){
    width: 52% !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td:first-child strong{
    display: inline-block !important;
    font-size: 12.8px !important;
    line-height: 1.28 !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR tbody tr{
    height: auto !important;
  }
}

@media (max-width: 420px){
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR{
    font-size: 12px !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR th,
  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td{
    padding: 9px 9px !important;
    line-height: 1.3 !important;
  }

  body.vge-emergency-page-v788 .emergency-summary-table-v787FR td:first-child strong{
    font-size: 12.4px !important;
  }
}
