/* Let content fill the viewport instead of capping at the shared 1400px
   .main-content width (oracle.css). Without this the wide admin tables —
   Schedules (9 cols), Media (7), Alerts (7) — overflow their capped container
   on wide screens and push the Actions column off-screen. */
.app-shell .main-content {
  max-width: none;
}
