/* Author display rules such as .login-shell { display: grid } override the
   browser's default [hidden] rule. Keep hidden views out of layout. */
[hidden] {
  display: none !important;
}
