/* Keep long RTL titles and generated column filters inside their own cells. */
.table.events-table { table-layout: fixed; min-width: 1870px; }
.events-table th, .events-table td {
  white-space: normal;
  overflow-wrap: anywhere;
  vertical-align: top;
  line-height: 1.9;
  max-width: none;
}
.events-table .inline-action { display: inline; white-space: normal; overflow-wrap: anywhere; }
.events-table input, .events-table select { width: 100%; min-width: 0; max-width: 100%; box-sizing: border-box; }
.event-date-year { display: block; color: var(--muted); margin-top: 4px; }
