/* Watchtower — Automations.
   Created by the UI audit 2026-09-22 (plan 6.B.3). This tab had no stylesheet at all;
   everything was inline attributes in tabs/automations.js. */

/* The description cell was a hard max-width:520px inside a table with a frozen first
   column, so the four-column table needed ~700px minimum (ops R-A1). */
.auto-desc { max-width: 520px; }

@media (max-width: 900px) {
  .auto-desc { max-width: none; min-width: 200px; }
  .auto-doc-chip { max-width: 100%; overflow: hidden; text-overflow: ellipsis; }
}
