/* EV Portal Mobile Table Scroll v1 — portal-only. */
@media (max-width: 860px) {
  #tab-portal .ev-portal-table-scroll {
    width: 100% !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x pan-y;
    overscroll-behavior-x: contain;
  }

  #tab-portal .ev-portal-table {
    width: max-content !important;
    min-width: 980px !important;
  }

  #tab-portal .ev-portal-table th,
  #tab-portal .ev-portal-table td {
    white-space: nowrap;
  }
}
