/* Translated headings and compound words must fit narrow viewports. */
body { overflow-wrap: anywhere; }
h1, h2, h3, p, li { hyphens: auto; }
.flex > div { min-width: 0; }
button:disabled { opacity: .55; cursor: not-allowed; }
