/* Let longer localized words wrap within the existing page grid. */
body[data-page-language] main { overflow-wrap: anywhere; }
body[data-page-language] main .grid > *:not([data-document-page], [data-document-page] *) { min-width: 0; }
body[data-page-language] main :is(h1,h2,h3,h4):not([data-document-page] *) { hyphens: auto; }
/* Document previews preserve the template's own typography and wrapping. */
body[data-page-language] [data-document-page] { overflow-wrap: normal; hyphens: manual; }
