/* The workbench uses display:grid for the login shell; make native hidden state unambiguous. */
[hidden] {
  display: none !important;
}
