/**
 * Page-level accessibility (reports, tables, forms)
 */

.lu-page-header {
  margin-bottom: 1rem;
}

.lu-page-title {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--lu-text-primary, #1e293b);
}

/* Select2: visible focus */
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--multiple:focus {
  outline: 3px solid var(--lu-focus-ring-color, #0f6e8c);
  outline-offset: 2px;
}

/* DataTables sortable headers */
table.dataTable thead th.sorting:focus-visible,
table.dataTable thead th.sorting_asc:focus-visible,
table.dataTable thead th.sorting_desc:focus-visible {
  outline: 3px solid var(--lu-focus-ring-color, #0f6e8c);
  outline-offset: -2px;
}

/* Live region for dynamic table updates */
#lu-a11y-live-region {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
