/* BuscarHacker - ajustes de layout para alemão (palavras compostas longas) */
html[lang="de"] h1, html[lang="de"] h2, html[lang="de"] h3, html[lang="de"] h4 { hyphens: auto; word-break: break-word; }
html[lang="de"] .btn, html[lang="de"] button, html[lang="de"] .button { white-space: normal; line-height: 1.3; }
