/**
 * Shared responsive helpers for wwwroot static pages.
 * Load app-fonts.css before this file; load after animations.css; page inline styles may override.
 */

html {
  -webkit-text-size-adjust: 100%;
}

/* Horizontal scroll for wide tables */
.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
}

.table-responsive table {
  width: 100%;
  min-width: 480px;
}
