/* Readium CSS
   Line length pref

   A submodule managing line length (body’s max-height) for user settings
   Part of “Chrome Advanced” class – no flag required.

   Repo: https://github.com/readium/css */

  :root[style*="--USER__lineLength"] body {
    max-height: var(--USER__lineLength) !important;
  }