/* Contención táctil específica para Correo y Gestión de Facturas. */
@media (max-width: 620px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden !important;
    overscroll-behavior-x: none;
  }

  .gmail-v2,
  .invoice-management {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden !important;
  }

  .gmail-v2 *,
  .invoice-management * {
    box-sizing: border-box;
  }

  .gmail-v2 .gmail-table-wrap,
  .invoice-management .table-scroll {
    width: 100%;
    max-width: 100%;
    overflow-x: auto !important;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
  }
}
