/* Preserve the fallback layout while the non-blocking locale dictionary loads.
   The timed fuse keeps every page usable when JavaScript or the dictionary fails. */
html[data-i18n-loading="true"] [data-i18n],
html[data-i18n-loading="true"] [data-i18n-html],
html[data-i18n-loading="true"] [data-language-cycle]{
  visibility:hidden;
  animation:aom-i18n-fallback 0s 5s forwards;
}
@keyframes aom-i18n-fallback{to{visibility:visible}}
